undefined method `events' for #<ActiveRecord::Relation:0x4177518> -rails 3.0.3
- by brg
I am having this unexplained NoMethodError with undefined method `events' for #. I don't know why since my model association are well defined and the event table has the foreign keys for the user table. I tried using this fix but it failed: Rails 3 ActiveRecord::Relation random associations behavior
event.rb
class Event < ActiveRecord::Base
…