Associations error

Posted by Ife Odugbesan

over 1 year ago

1

associations watchlist rails

Error message:

undefined method `arity' for :issue:Symbol


Make sure that all of your associations are on seperate lines e.g.

# This is correct
belongs_to :movie
belongs_to :list

# This is incorrect
belongs_to :movie, :list