Curtis Schofield wrote: > That seems simple enough - you may be able to monkey patch those > methods > in the controller level to do './themes/current_user.theme/'
What bothers me is that you can't simply decide a default path to your assets through a config. I should be able to set: config.asset_tag_helper.image_path = '' config.asset_tag_helper.javascripts_path = '' config.asset_tag_helper.stylesheets_path = '' However, looking through all of the code I just don't see a way to tie into changing those default paths unless I monkey patch. I was hoping there would be another way which is why I opened the topic. -- Posted via http://www.ruby-forum.com/.
-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

