Class: Admin::EffectiveEventAddonsDatatable
- Inherits:
-
Effective::Datatable
- Object
- Effective::Datatable
- Admin::EffectiveEventAddonsDatatable
- Defined in:
- app/datatables/admin/effective_event_addons_datatable.rb
Instance Method Summary collapse
Instance Method Details
#event ⇒ Object
49 50 51 52 53 |
# File 'app/datatables/admin/effective_event_addons_datatable.rb', line 49 def event @event ||= if attributes[:event_id] Effective::Event.find_by_id(attributes[:event_id]) end end |