Class: Admin::EffectiveEventProductsDatatable

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

Instance Method Summary collapse

Instance Method Details

#eventObject



60
61
62
# File 'app/datatables/admin/effective_event_products_datatable.rb', line 60

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