Skip to content

Instantly share code, notes, and snippets.

@YumaInaura
Last active December 8, 2015 09:23
Show Gist options
  • Select an option

  • Save YumaInaura/7cbba428954e31d051f9 to your computer and use it in GitHub Desktop.

Select an option

Save YumaInaura/7cbba428954e31d051f9 to your computer and use it in GitHub Desktop.
Rails | モデルの validate 文が効かない? ref: http://qiita.com/Yinaura/items/c9e7e0629165ee0032f7
class Example < ActiveRecord::Base
- validate :user_id, presence: true
+ validates :user_id, presence: true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment