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