Method: IshManager::UserProfilesController#edit
- Defined in:
- app/controllers/ish_manager/user_profiles_controller.rb
#edit ⇒ Object
28 29 30 31 |
# File 'app/controllers/ish_manager/user_profiles_controller.rb', line 28 def edit @profile = Ish::UserProfile.find params[:id] :edit, @profile end |