Method: IshManager::UserProfilesController#show

Defined in:
app/controllers/ish_manager/user_profiles_controller.rb

#showObject



46
47
48
49
# File 'app/controllers/ish_manager/user_profiles_controller.rb', line 46

def show
  @profile = Ish::UserProfile.find params[:id]
  authorize! :show, @profile
end