Sha256: a19413a13ae5798eba33862eb8cb6a40c518970fbc7738dbd9c23a415f54e85e

Contents?: true

Size: 309 Bytes

Versions: 1

Compression:

Stored size: 309 Bytes

Contents

module Phcscriptcdnpro
	class ApplicationController < ActionController::Base

		# Security Filters
		before_action :require_user
		protect_from_forgery with: :exception

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

	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdnpro-3.3.5 app/controllers/phcscriptcdnpro/application_controller.rb