From 49b932b3eed546752819ec9f286aa8de79eb2813 Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Wed, 28 Nov 2012 13:00:49 +0000 Subject: Add a configuration option to specify that you don't want the default locale to appear in URLs generated by the application. --- lib/configuration.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/configuration.rb') 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', -- cgit v1.2.3