48 49 50 51 52
# File 'app/datatables/admin/effective_event_addons_datatable.rb', line 48 def event @event ||= if attributes[:event_id] Effective::Event.find_by_id(attributes[:event_id]) end end