How can messages belong to notifications if there is no Message model?
Colin
How can messages belong to notifications if there is no Message model?
Colin
Oh sorry it’s in the gem
What I’m trying to figure out now is it has in notification.rb
belongs_to :sender, :polymorphic => :true, :required => false
But there’s no model that contains as: :sender