mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Add contact show
This commit is contained in:
parent
1777a0e572
commit
2d2a12b7d0
12 changed files with 131 additions and 6 deletions
|
@ -1,2 +1,5 @@
|
|||
class Country < ActiveRecord::Base
|
||||
def to_s
|
||||
name
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue