Sha256: faf9dd91ab64025e1ef08eb751886c190e473adc08769e1757277cc37d092844
Contents?: true
Size: 371 Bytes
Versions: 8
Compression:
Stored size: 371 Bytes
Contents
module PhcdevworksTutorials 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
8 entries across 8 versions & 1 rubygems