Add "belongs_to :event" to your model object... then
subscription_object.event
Will be your "Event" object for that event.
Cheers, Tyler
Add "belongs_to :event" to your model object... then
subscription_object.event
Will be your "Event" object for that event.
Cheers, Tyler