diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-11-28 13:00:49 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-28 13:00:49 +0000 |
commit | 49b932b3eed546752819ec9f286aa8de79eb2813 (patch) | |
tree | 62b2746279ad31249a83035c7c77d580725662c4 /lib/configuration.rb | |
parent | eac295b32d8b135b4aa19a868183fa1591ff0f89 (diff) |
Add a configuration option to specify that you don't want the default locale to appear in URLs generated by the application.
Diffstat (limited to 'lib/configuration.rb')
-rw-r--r-- | lib/configuration.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index abd0f5cdc..11fe1c56e 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -25,6 +25,7 @@ module Configuration :GA_CODE => '', :GAZE_URL => '', :HTML_TO_PDF_COMMAND => '', + :INCLUDE_DEFAULT_LOCALE_IN_URLS => true, :INCOMING_EMAIL_DOMAIN => 'localhost', :INCOMING_EMAIL_PREFIX => '', :INCOMING_EMAIL_SECRET => 'dummysecret', |