Class: Admin::EffectiveRepresentativesDatatable

Inherits:
Effective::Datatable
  • Object
show all
Defined in:
app/datatables/admin/effective_representatives_datatable.rb

Instance Method Summary collapse

Instance Method Details

#roles_collectionObject



24
25
26
# File 'app/datatables/admin/effective_representatives_datatable.rb', line 24

def roles_collection
  EffectiveRoles.roles_collection(Effective::Representative.new).map(&:second)
end