Method: IshManager::UserProfilesController#show
- Defined in:
- app/controllers/ish_manager/user_profiles_controller.rb
#show ⇒ Object
46 47 48 49 |
# File 'app/controllers/ish_manager/user_profiles_controller.rb', line 46 def show @profile = Ish::UserProfile.find params[:id] :show, @profile end |