Module: Controller::Actions::Show

Defined in:
lib/resourcify/controller/actions/show.rb

Instance Method Summary collapse

Instance Method Details

#showObject



3
4
5
6
7
# File 'lib/resourcify/controller/actions/show.rb', line 3

def show
  authorize @record
  
  render json: @record
end