validates :content, presence: true, length: { maximum: 50 }
-
:content先頭のコロンはシンボル -
presence:メソッド内の後ろコロンはキーワード引数 -
length:メソッド内の後ろコロンはキーワード引数 -
maximum:ハッシュの内側で後ろコロンはシンボルをキーにしたハッシュ
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 3 years have passed since last update.
validates :content, presence: true, length: { maximum: 50 }
:content 先頭のコロンはシンボルpresence: メソッド内の後ろコロンはキーワード引数length: メソッド内の後ろコロンはキーワード引数maximum: ハッシュの内側で後ろコロンはシンボルをキーにしたハッシュRegister as a new user and use Qiita more conveniently
Go to list of users who liked