120 121 122 123 124
# File 'app/datatables/admin/effective_event_registrants_datatable.rb', line 120 def event @event ||= if attributes[:event_id] Effective::Event.find_by_id(attributes[:event_id]) end end