Class: Ishapi::UserProfilesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/ishapi/user_profiles_controller.rb

Instance Method Summary collapse

Methods inherited from ApplicationController

#home, #long_term_token, #test

Instance Method Details

#showObject



7
8
9
10
# File 'app/controllers/ishapi/user_profiles_controller.rb', line 7

def show
  @profile = IshModels::UserProfile.find_by :username => params[:username]
  authorize! :show, @profile
end