Module: RESTFramework::BulkModelControllerMixin
- Defined in:
- lib/rest_framework/controller_mixins/bulk.rb
Overview
Mixin that includes all the CRUD bulk mixins.
Constant Summary
Constants included from BaseModelControllerMixin
RESTFramework::BaseModelControllerMixin::RRF_BASE_MODEL_CONTROLLER_CONFIG
Constants included from BaseControllerMixin
RESTFramework::BaseControllerMixin::RRF_BASE_CONTROLLER_CONFIG
Class Method Summary collapse
Methods included from BulkDestroyModelMixin
Methods included from BulkUpdateModelMixin
Methods included from BulkCreateModelMixin
Methods included from DestroyModelMixin
Methods included from UpdateModelMixin
Methods included from CreateModelMixin
Methods included from ShowModelMixin
Methods included from ListModelMixin
Methods included from BaseModelControllerMixin
#_get_specific_action_config, #get_allowed_parameters, #get_body_params, get_fields, #get_fields, #get_filter_backends, #get_find_by_fields, #get_options_metadata, #get_record, #get_records, #get_recordset, #get_serializer_class
Methods included from BaseControllerMixin
#api_response, #get_filter_backends, #get_filtered_data, #get_options_metadata, #get_serializer_class, #options, #record_invalid, #record_not_destroyed, #record_not_found, #record_not_saved, #root, #serialize, #unknown_attribute_error
Class Method Details
.included(base) ⇒ Object
48 49 50 |
# File 'lib/rest_framework/controller_mixins/bulk.rb', line 48 def self.included(base) RESTFramework::ModelControllerMixin.included(base) end |