I don't know if this a Ruby question or a Rails question but in this example of a use of nested resources in Rails, how is it possible to assign an event object to an event_id? The event object would seem to represent a larger set of values than the event_id does.
<%= link_to 'Tickets', event_tickets_path(:event_id => @event) %>