added comments

This commit is contained in:
2015-11-01 11:03:54 +01:00
parent 12eefc1814
commit bc571842fd
5 changed files with 8 additions and 3 deletions
+1
View File
@@ -17,6 +17,7 @@ class Supporter
field :support, type: String # Indicates the type of support
field :age_category, type: String
field :coordinates, type: Array
field :comments, type: String
validates :first_name, presence: true
validates :last_name, presence: true