Sha256: 9be19cf45e7e18d2232f26f6b6965ad6769e00dbf5b2c602637efec462cb0439
Contents?: true
Size: 428 Bytes
Versions: 71
Compression:
Stored size: 428 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
71 entries across 71 versions & 12 rubygems