Files
fetsite/config/initializers/themes_for_rails.rb
Andreas Stephanides b86d3aca23 Themen und themes_for_rails neues design
Neues design mit theme=2003 ansehen
2014-01-08 20:23:58 +01:00

10 lines
305 B
Ruby

ThemesForRails.config do |config|
#
# If you have placed your themes like the example path above within the asset pipeline:
config.themes_dir = 'app/assets/themes'
config.assets_dir = 'app/assets/assets/themes/:name'
config.views_dir = 'app/views/themes/:name'
config.use_sass=true
# ...
end