Class: Admin::EffectiveEventTicketsDatatable

Inherits:
Effective::Datatable
  • Object
show all
Defined in:
app/datatables/admin/effective_event_tickets_datatable.rb

Instance Method Summary collapse

Instance Method Details

#eventObject



69
70
71
# File 'app/datatables/admin/effective_event_tickets_datatable.rb', line 69

def event
  Effective::Event.find_by_id(attributes[:event_id])
end