Class: Voluntary::Api::V1::UsersController

Inherits:
ActionController::Base
  • Object
show all
Includes:
V1::BaseController
Defined in:
app/controllers/voluntary/api/v1/users_controller.rb

Instance Method Summary collapse

Methods included from V1::BaseController

#parent, #voluntary_application_javascripts, #voluntary_application_stylesheets

Instance Method Details

#showObject



6
7
8
# File 'app/controllers/voluntary/api/v1/users_controller.rb', line 6

def show
  respond_with User.friendly.find(params[:id])
end