Commit 5fd99be5c01f38a7e0d1239e211a800e6625a210
Exists in
master
and in
29 other branches
Merge branch 'ai3300' into 'master'
Ai3300: In rails3, plugins' paths are being appended See merge request !317
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
config/application.rb
... | ... | @@ -108,7 +108,7 @@ module Noosfero |
108 | 108 | |
109 | 109 | # Your secret key for verifying cookie session data integrity. |
110 | 110 | # If you change this key, all old sessions will become invalid! |
111 | - # Make sure the secret is at least 30 characters and all random, | |
111 | + # Make sure the secret is at least 30 characters and all random, | |
112 | 112 | # no regular words or you'll be exposed to dictionary attacks. |
113 | 113 | config.secret_token = noosfero_session_secret |
114 | 114 | config.action_dispatch.session = { | ... | ... |
lib/noosfero/plugin.rb