Method: ApiMaker::IndexCommandService#collection
- Defined in:
- app/services/api_maker/index_command_service.rb
#collection ⇒ Object
15 16 17 |
# File 'app/services/api_maker/index_command_service.rb', line 15 def collection @collection ||= model_class.accessible_by(ability) end |