Sha256: 7c30fb8d21c1b53103eea5b56aedcbc3e418e20c9c24b86678bcab86bdba68f9
Contents?: true
Size: 448 Bytes
Versions: 10
Compression:
Stored size: 448 Bytes
Contents
module Phcmembers class ApplicationController < ActionController::Base # Security Filters protect_from_forgery with: :exception # Load PHCHelpers helper Phctitleseo::Engine.helpers helper Phcnotifi::Engine.helpers private # Grab Member Information def phcmembers_get_member_profile_info # Load Member Information @members_profile_info = Member::Profile.find(params[:profile_id]) end end end
Version data entries
10 entries across 10 versions & 1 rubygems