LoginSignup
0
0

More than 5 years have passed since last update.

railsのmodel編集中に出たNoMethodError

Posted at

モデルの編集中に起きたエラーです。
新しくpost_commentというモデルを作成し、user.rbにhas_manyの定義を加えたところ…

スクリーンショット 2018-03-21 16.36.36.png

/var/lib/gems/2.3.0/gems/activerecord-5.1.5/lib/active_record/associations/builder/association.rb:54:in build_scope': undefined methodarity' for :post_comments:Symbol (NoMethodError)

定義をコメントアウトし、さらにrails sすると…

Migration Pending Error

単にマイグレーションのし忘れで、新しく書いたモデルを読み取ってもらえなかったようです。。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0