mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 04:06:04 +01:00
255
This commit is contained in:
parent
c18ac74700
commit
e305a67d1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue