Skip to content

Instantly share code, notes, and snippets.

@xarimanx
Created February 21, 2014 15:37
Show Gist options
  • Save xarimanx/9136420 to your computer and use it in GitHub Desktop.
Save xarimanx/9136420 to your computer and use it in GitHub Desktop.
One more assets path
require "#{Rails.root}/app/models/settings.rb"
config.assets.paths << "#{Rails.root}/app/themes/#{Settings.theme}/assets/stylesheets"
config.assets.paths << "#{Rails.root}/app/themes/#{Settings.theme}/assets/images"
config.assets.paths << "#{Rails.root}/app/themes/#{Settings.theme}/assets/javascripts"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment