Sha256: 8114136eeb44f74faac0c2b4612e782ff84ae584d40dca9eb681e9955c8a8557
Contents?: true
Size: 430 Bytes
Versions: 1261
Compression:
Stored size: 430 Bytes
Contents
# 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
1,261 entries across 1,071 versions & 183 rubygems