Sha256: 82c0900c78a1fef928f2a88b344a0bcdf10855f2d7869f11fcdea8231b92c3bc
Contents?: true
Size: 343 Bytes
Versions: 62
Compression:
Stored size: 343 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
62 entries across 62 versions & 1 rubygems