Sha256: c706b9f50cd52a8e7e7b47d56aad8d193879c553d6f66a6755ea4994415bf02e

Contents?: true

Size: 379 Bytes

Versions: 7

Compression:

Stored size: 379 Bytes

Contents

module Phcmembers
  class ApplicationController < ActionController::Base
  
  # Security Filters
  protect_from_forgery with: :exception
  
  # Grab Member Information
  def get_member_profile_info  
  @members_profile_info = Member::Profile.find(params[:profile_id])
  end
  
  # Load Helpers
  helper Phctitleseo::Engine.helpers
  helper Phcnotifi::Engine.helpers
  
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcmembers-6.7.1 app/controllers/phcmembers/application_controller.rb
phcmembers-6.7.0 app/controllers/phcmembers/application_controller.rb
phcmembers-6.5.1 app/controllers/phcmembers/application_controller.rb
phcmembers-6.5.0 app/controllers/phcmembers/application_controller.rb
phcmembers-6.4.1 app/controllers/phcmembers/application_controller.rb
phcmembers-6.4.0 app/controllers/phcmembers/application_controller.rb
phcmembers-6.3.5 app/controllers/phcmembers/application_controller.rb