91 92 93 94 95
# File 'app/datatables/admin/effective_event_registrants_datatable.rb', line 91 def event @event ||= if attributes[:event_id] Effective::Event.find_by_id(attributes[:event_id]) end end