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