Class: Admin::EffectiveRepresentativesDatatable
- Inherits:
-
Effective::Datatable
- Object
- Effective::Datatable
- Admin::EffectiveRepresentativesDatatable
- Defined in:
- app/datatables/admin/effective_representatives_datatable.rb
Instance Method Summary collapse
Instance Method Details
#roles_collection ⇒ Object
23 24 25 |
# File 'app/datatables/admin/effective_representatives_datatable.rb', line 23 def roles_collection EffectiveRoles.roles_collection(Effective::Representative.new).map(&:second) end |