hello everyone,
while generating the model EventSeries, my migration was generated with
the database table name ‘event_sery’. i double checked the
pluralization tool located at: http://nubyonrails.com/tools/pluralize.
I was wondering if anyone has ever come across an issue similar to this
one. should i just override the table my model is associated with and
change the generated table name to ‘event_series’?
thank you, for your input.