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