Project

General

Profile

Actions

Defect #12890

closed

Where to add this line?

Added by Cristian Maldonado over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Urgent
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Affected version:

Description

I need help, with this line.
I'm new and I need to find the place and will document this line

config.action_controller.session = { :key => "_myapp_session", :secret => "some secret phrase" }

I know it goes in the "environment.rb", but do not know what part of that file

I need urgent help

Actions #1

Updated by Etienne Massip over 11 years ago

  • Status changed from New to Closed

Please ask your question in forums, this tracker is for Feature requests and Bug reports only.

You should not have to add manually this line, it should be written located in config/initializers/secret_token.rb which is generated by running the rake generate_secret_token task (see RedmineInstall).

Actions

Also available in: Atom PDF