Actions
Defect #12890
closedWhere to add this line?
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
Updated by Etienne Massip almost 12 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