This is really a question about naming conventions.
I have a model called PromotedEvents
The file is called promoted_events.rb
I created the table wi
Your class should be singlular.
Name it PromotedEvent in the file promoted_event.rb
PromotedEvent
promoted_event.rb
a = PromotedEvent.new