Sha256: 5163084c697d9bc8e0f80be2b3b75fa15165f26a027acc41fe9f28e2b8b35d03

Contents?: true

Size: 406 Bytes

Versions: 3

Compression:

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

3 entries across 3 versions & 1 rubygems

Version Path
phcmembers-12.1.1 app/controllers/phcmembers/application_controller.rb
phcmembers-12.1.0 app/controllers/phcmembers/application_controller.rb
phcmembers-12.0.1 app/controllers/phcmembers/application_controller.rb