Sha256: 8c70fc5f2174bbbae2c4e795b39816de0e5b8d8087c95cb4cb0673e58e065d40
Contents?: true
Size: 720 Bytes
Versions: 47
Compression:
Stored size: 720 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 # See ActionController::RequestForgeryProtection for details # Uncomment the :secret if you're not using the cookie session store protect_from_forgery # :secret => 'a74714b35b202f269f7a297709d555ce' # 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
47 entries across 47 versions & 13 rubygems