Sha256: 1f674d13dbef1184cd005539fd92b336f5df590f1fee1959e6663766b51c2001
Contents?: true
Size: 671 Bytes
Versions: 58
Compression:
Stored size: 671 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 # See ActionController::RequestForgeryProtection for details # Uncomment the :secret if you're not using the cookie session store #protect_from_forgery # :secret => '41948d307525ce0f10b2e716ff820465' # See ActionController::Base for details # Uncomment this to filter the contents of submitted sensitive data parameters # from your application log (in this case, all fields with names like "password"). # filter_parameter_logging :password end
Version data entries
58 entries across 58 versions & 11 rubygems