Module: RESTFramework::ShowModelMixin
- Included in:
- ModelControllerMixin, ReadOnlyModelControllerMixin
- Defined in:
- lib/rest_framework/controller_mixins/models.rb
Overview
Mixin for showing records.
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
575 576 577 |
# File 'lib/rest_framework/controller_mixins/models.rb', line 575 def show return api_response(self.get_record) end |