Class: PhcdevworksAccountsDevise::User::PagesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/phcdevworks_accounts_devise/user/pages_controller.rb

Instance Method Summary collapse

Instance Method Details

#profileObject

Pages - User



10
11
12
# File 'app/controllers/phcdevworks_accounts_devise/user/pages_controller.rb', line 10

def profile
    @user_profile = User.find_by_id(params[:id])
end