Sha256: 18b933c6186ef7332891c5868516a3c183137fcb23ceb9741beec239638b1d2a

Contents?: true

Size: 370 Bytes

Versions: 15

Compression:

Stored size: 370 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

15 entries across 15 versions & 1 rubygems

Version Path
phcmembers-8.1.2 app/controllers/phcmembers/application_controller.rb
phcmembers-8.1.1 app/controllers/phcmembers/application_controller.rb
phcmembers-8.1.0 app/controllers/phcmembers/application_controller.rb
phcmembers-8.0.3 app/controllers/phcmembers/application_controller.rb
phcmembers-8.0.2 app/controllers/phcmembers/application_controller.rb
phcmembers-8.0.1 app/controllers/phcmembers/application_controller.rb
phcmembers-8.0.0 app/controllers/phcmembers/application_controller.rb
phcmembers-7.0.3 app/controllers/phcmembers/application_controller.rb
phcmembers-7.0.2 app/controllers/phcmembers/application_controller.rb
phcmembers-7.0.1 app/controllers/phcmembers/application_controller.rb
phcmembers-7.0.0 app/controllers/phcmembers/application_controller.rb
phcmembers-6.7.5 app/controllers/phcmembers/application_controller.rb
phcmembers-6.7.4 app/controllers/phcmembers/application_controller.rb
phcmembers-6.7.3 app/controllers/phcmembers/application_controller.rb
phcmembers-6.7.2 app/controllers/phcmembers/application_controller.rb