Sha256: 6f3aab3ceb544e7ea0f70797795ecb3602371f5f4d1d245194a6fabd8e69e475

Contents?: true

Size: 369 Bytes

Versions: 4

Compression:

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

4 entries across 4 versions & 1 rubygems

Version Path
phcmembers-11.0.0 app/controllers/phcmembers/application_controller.rb
phcmembers-10.0.0 app/controllers/phcmembers/application_controller.rb
phcmembers-9.0.0 app/controllers/phcmembers/application_controller.rb
phcmembers-9.0.0b app/controllers/phcmembers/application_controller.rb