Module: RESTFramework::Mixins::BulkModelControllerMixin
- Defined in:
- lib/rest_framework/mixins/bulk_model_controller_mixin.rb
Overview
Mixin that includes all the CRUD bulk mixins.
Constant Summary
Constants included from BaseModelControllerMixin
RESTFramework::Mixins::BaseModelControllerMixin::BASE64_REGEX, RESTFramework::Mixins::BaseModelControllerMixin::BASE64_TRANSLATE, RESTFramework::Mixins::BaseModelControllerMixin::RRF_BASE_MODEL_CONFIG, RESTFramework::Mixins::BaseModelControllerMixin::RRF_BASE_MODEL_INSTANCE_CONFIG
Constants included from BaseControllerMixin
RESTFramework::Mixins::BaseControllerMixin::RRF_BASE_CONFIG, RESTFramework::Mixins::BaseControllerMixin::RRF_BASE_INSTANCE_CONFIG
Class Method Summary collapse
Methods included from BulkDestroyModelMixin
Methods included from BulkUpdateModelMixin
Methods included from BulkCreateModelMixin
#create, #create_all!, #get_options_metadata
Methods included from DestroyModelMixin
Methods included from UpdateModelMixin
Methods included from CreateModelMixin
Methods included from ShowModelMixin
Methods included from ListModelMixin
Methods included from BaseModelControllerMixin
#bulk_serialize, #get_allowed_parameters, #get_body_params, #get_create_from, #get_fields, #get_filter_backends, #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, #root, #rrf_error_handler, #serialize
Class Method Details
.included(base) ⇒ Object
94 95 96 |
# File 'lib/rest_framework/mixins/bulk_model_controller_mixin.rb', line 94 def self.included(base) RESTFramework::Mixins::ModelControllerMixin.included(base) end |