Method: Ishapi::UserProfilesController#show
- Defined in:
- app/controllers/ishapi/user_profiles_controller.rb
#show ⇒ Object
9 10 11 12 |
# File 'app/controllers/ishapi/user_profiles_controller.rb', line 9 def show @profile = Ish::UserProfile.find_by :username => params[:username] :show, @profile end |