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



58
59
60
# File 'app/datatables/admin/effective_event_products_datatable.rb', line 58

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