113 114 115 116 117
# File 'app/datatables/admin/effective_event_registrants_datatable.rb', line 113 def event @event ||= if attributes[:event_id] Effective::Event.find_by_id(attributes[:event_id]) end end