public this repo is viewable by everyone
Clone URL: git://github.com/robbyrussell/rubyurl.git
Adding a session secret...
Robby Russell (author)
2 months ago
commit  4f14ea9a6a16a5c12a920ec7402e08ebe238e0b5
tree    86a986101e2442d073bc15378d2504e98351ae7f
parent  f7fd211defe7227b53aa0ac6a05a0894b588ae0e
...
42
43
44
 
 
45
46
47
...
42
43
44
45
46
47
48
49
0
@@ -42,6 +42,8 @@ Rails::Initializer.run do |config|
0
   # config.active_record.default_timezone = :utc
0
   
0
   # See Rails::Configuration for more options
0
+
0
+ config.action_controller.session = { :session_key => "_rubyurl_session", :secret => "oy8j2c45ync4ny43n3cmtho3cht35y4t8hn7" }
0
 end
0
 
0
 # Add new inflection rules using the following format

Comments

    No one has commented yet.