Method: IshManager::UserProfilesController#edit

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

#editObject



28
29
30
31
# File 'app/controllers/ish_manager/user_profiles_controller.rb', line 28

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