Class: Admin::EffectiveEventProductsDatatable
- Inherits:
-
Effective::Datatable
- Object
- Effective::Datatable
- Admin::EffectiveEventProductsDatatable
- Defined in:
- app/datatables/admin/effective_event_products_datatable.rb
Instance Method Summary collapse
Instance Method Details
#event ⇒ Object
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 |