Sha256: 19daeffae03b6652805c45b8d58c0ebe71ff24c58a00159a43a77931103a9eac
Contents?: true
Size: 386 Bytes
Versions: 5
Compression:
Stored size: 386 Bytes
Contents
module PhcdevworksCoreModules class ApplicationController < ActionController::Base # Security Filters protect_from_forgery with: :exception # Load Requried Helper Files helper PhcdevworksActiveMenus::Engine.helpers helper PhcdevworksNotifications::Engine.helpers helper PhcdevworksTitleseo::Engine.helpers end end
Version data entries
5 entries across 5 versions & 1 rubygems