Sha256: 6139ab9a54939d5867470592a98326f9996042428bbb69dc2865102249d3db08

Contents?: true

Size: 236 Bytes

Versions: 2

Compression:

Stored size: 236 Bytes

Contents

module Phcmembers
	class ApplicationController < ActionController::Base

		# Security Filters
		protect_from_forgery with: :exception
		
		# Load Helpers
		helper Phctitleseo::Engine.helpers
		helper Phcnotifi::Engine.helpers

	end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcmembers-3.0.1 app/controllers/phcmembers/application_controller.rb
phcmembers-3.0.0 app/controllers/phcmembers/application_controller.rb