Sha256: 79eebd95be2d63d3714a8662b309f8a261bf1a3ea5a8e7e5bbada7d14720048c
Contents?: true
Size: 360 Bytes
Versions: 1
Compression:
Stored size: 360 Bytes
Contents
require_dependency "phcdevworks_accounts/application_controller" module PhcdevworksAccounts class User::PagesController < ApplicationController # Security Filters before_action :authenticate_user! # Pages - User def profile @user_profile = User.find_by_id(params[:id]) end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcdevworks_accounts-3.3.0 | app/controllers/phcdevworks_accounts/user/pages_controller.rb |