diff options
author | Marie <ml.kochsiek@fu-berlin.de> | 2016-09-23 13:47:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-23 13:47:50 +0000 |
commit | a5958e51fbf106fa841a7aca444b705600714585 (patch) | |
tree | 59c5d1f0e62440a22e90a45fface4e3dfc48b45e /config/initializers/customization.rb | |
parent | 782be39862394c05a069eab9b7dd8f6779354917 (diff) | |
parent | a7ab66b0478c1845ed0fdbff7dd3c83ea804826c (diff) |
Merge pull request #16 from LoadToCode/temp_1_marie
Temp 1 marie
Diffstat (limited to 'config/initializers/customization.rb')
-rw-r--r-- | config/initializers/customization.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/initializers/customization.rb b/config/initializers/customization.rb index 9f537e9..6d9c741 100644 --- a/config/initializers/customization.rb +++ b/config/initializers/customization.rb @@ -1,10 +1,8 @@ -# # When deploying, common customizations can be dropped in config/customizations. This initializer makes this work. # APP_CONFIG["customization_directory"] ||= "#{Rails.root}/config/customization" customization_directory = APP_CONFIG["customization_directory"] -# # Set customization views as the first view path # # Rails.application.config.paths['app/views'].unshift "config/customization/views" @@ -21,8 +19,8 @@ customization_directory = APP_CONFIG["customization_directory"] # * For this to work, config.assets.initialize_on_precompile MUST be set to true, otherwise # this initializer will never get called in production mode when the assets are precompiled. # +Rails.application.config.assets.paths.unshift "#{customization_directory}/images" Rails.application.config.assets.paths.unshift "#{customization_directory}/stylesheets" - # # Copy files to public # |