Module: RESTFramework::ModelControllerMixin
- Includes:
- BaseModelControllerMixin, CreateModelMixin, DestroyModelMixin, ListModelMixin, ShowModelMixin, UpdateModelMixin
- Defined in:
- lib/rest_framework/controllers/models.rb
Class Method Summary collapse
Methods included from DestroyModelMixin
Methods included from UpdateModelMixin
Methods included from CreateModelMixin
Methods included from ShowModelMixin
Methods included from ListModelMixin
Methods included from BaseControllerMixin
Class Method Details
.included(base) ⇒ Object
212 213 214 |
# File 'lib/rest_framework/controllers/models.rb', line 212 def self.included(base) base.extend BaseModelControllerMixin::ClassMethods end |