Sha256: e52c7930743c75883fdee1c1929fd07ecc5a38c9cb939f0d34316a5f0d80d902

Contents?: true

Size: 224 Bytes

Versions: 5

Compression:

Stored size: 224 Bytes

Contents

module Phcpress
	class ApplicationController < ActionController::Base

		# Security
		protect_from_forgery with: :exception

		# Load Helpers
		helper Phctitleseo::Engine.helpers
		helper Phcnotifi::Engine.helpers

	end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
phcpress-6.4.4 app/controllers/phcpress/application_controller.rb
phcpress-6.4.3 app/controllers/phcpress/application_controller.rb
phcpress-6.4.2 app/controllers/phcpress/application_controller.rb
phcpress-6.4.1 app/controllers/phcpress/application_controller.rb
phcpress-6.4.0 app/controllers/phcpress/application_controller.rb