Sha256: 5d787b8a2ce5dba4c28c5f63f2279c96db214c2da328a6e0f8255e331d25928d
Contents?: true
Size: 449 Bytes
Versions: 6
Compression:
Stored size: 449 Bytes
Contents
# encoding: utf-8 # Filters added to this controller apply to all controllers in the application. # Likewise, all the methods added will be available for all controllers. class ApplicationController < ActionController::Base helper :all # include all helpers, all the time protect_from_forgery # See ActionController::RequestForgeryProtection for details # Scrub sensitive parameters from your log # filter_parameter_logging :password end
Version data entries
6 entries across 6 versions & 1 rubygems