140 141 142 143 144
# File 'app/datatables/admin/effective_event_registrants_datatable.rb', line 140 def event @event ||= if attributes[:event_id] Effective::Event.find_by_id(attributes[:event_id]) end end