mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Add initial models and corresponding test files
This commit is contained in:
parent
bca4470643
commit
542ea5101e
28 changed files with 548 additions and 8 deletions
4
app/models/address.rb
Normal file
4
app/models/address.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
class Address < ActiveRecord::Base
|
||||
belongs_to :contact
|
||||
belongs_to :country
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue