So, I have a table...
events
So, I have a table...
events
Hey,
How about either
renaming Component::FooBarEvent to ComponentEvents::FooBarEvent
or
renaming the directory component_events to component ?
Cheers, Yuri
That doesn't really do anything, I still don't get ActiveRecord storing as "type" => "ComponentEvents::FooBarEvent", I get "type" => "FooBarEvent", and rails is unable to locate the class "Object::FooBarEvent" because it's "ComponentEvents::FooBarEvent".