forked from bofh/fetsite
Upgraded to Rails 4
This commit is contained in:
@@ -237,7 +237,7 @@ Devise.setup do |config|
|
||||
:bind_dn =>secrets["ldap"]['bind'],
|
||||
:password => secrets["ldap"]['password']
|
||||
|
||||
|
||||
config.secret_key = '8dbd2a8c1cbffb76ffd5381a58078b2f1fd622e7403035cc40e9d1346d7acf6f090a3f424b2ecc8365ad435e5bfea96ddd30eec3ffe09e876a7e0033a7ab4331'
|
||||
|
||||
# ==> Warden configuration<<
|
||||
# If you want to use other strategies, that are not supported by Devise, or
|
||||
|
||||
@@ -1 +1 @@
|
||||
I18n.default_locale = :de
|
||||
#I18n.default_locale = :de
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
ThemesForRails.config do |config|
|
||||
#ThemesForRails.config do |config|
|
||||
#
|
||||
# If you have placed your themes like the example path above within the asset pipeline:
|
||||
config.themes_dir = 'app/views/themes'
|
||||
config.assets_dir = 'app/assets/assets/themes/:name'
|
||||
config.views_dir = 'app/views/themes/:name'
|
||||
config.use_sass=true
|
||||
# config.themes_dir = 'app/views/themes'
|
||||
# config.assets_dir = 'app/assets/assets/themes/:name'
|
||||
# config.views_dir = 'app/views/themes/:name'
|
||||
# config.use_sass=true
|
||||
# ...
|
||||
end
|
||||
#end
|
||||
|
||||
Reference in New Issue
Block a user