Sha256: 1048c1fb3f0ec0759e6fb885d7ce918adab9a2ab2d532a6bec407fe0257b0cc7

Contents?: true

Size: 198 Bytes

Versions: 5

Compression:

Stored size: 198 Bytes

Contents

class Voluntary::Api::V1::UsersController < ActionController::Base
  include Voluntary::V1::BaseController

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
voluntary-0.7.1 app/controllers/voluntary/api/v1/users_controller.rb
voluntary-0.7.0 app/controllers/voluntary/api/v1/users_controller.rb
voluntary-0.6.0 app/controllers/voluntary/api/v1/users_controller.rb
voluntary-0.5.2 app/controllers/voluntary/api/v1/users_controller.rb
voluntary-0.5.1 app/controllers/voluntary/api/v1/users_controller.rb