This commit is contained in:
nilsding 2014-12-08 23:02:31 +01:00
parent c18ac74700
commit e305a67d1e
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ class Question < ActiveRecord::Base
belongs_to :user
has_many :answers
validates :content, length: { maximum: 200 }
validates :content, length: { maximum: 255 }
end