Add contact show

This commit is contained in:
Martin Lensment 2014-09-18 18:01:32 +03:00
parent 1777a0e572
commit 2d2a12b7d0
12 changed files with 131 additions and 6 deletions

View file

@ -1,2 +1,5 @@
class Country < ActiveRecord::Base
def to_s
name
end
end