Module: Controller::Actions::Show
- Defined in:
- lib/resourcify/controller/actions/show.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
3 4 5 6 7 |
# File 'lib/resourcify/controller/actions/show.rb', line 3 def show @record render json: @record end |