public this repo is viewable by everyone
Description: Documentation Project for Rails
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
...
7
8
9
 
 
 
 
 
10
...
7
8
9
10
11
12
13
14
15
0
@@ -7,4 +7,9 @@ class ApplicationController < ActionController::Base
0
   # See ActionController::RequestForgeryProtection for details
0
   # Uncomment the :secret if you're not using the cookie session store
0
   protect_from_forgery # :secret => '<%= app_secret %>'
0
+
0
+ # See ActionController::Base for details
0
+ # Uncomment this to filter the contents of submitted sensitive data parameters
0
+ # from your application log (in this case, all fields with names like "password").
0
+ # filter_parameter_logging :password
0
 end

Comments

    No one has commented yet.