Referring to http://guides.rubyonrails.org/asset_pipeline.html it says:

- - - -
You can add additional (fully qualified) paths to the pipeline in
config/application.rb. For example:
config.assets.paths << Rails.root.join("app", "assets", "flash")
- - - -

I did that but when I look at
  Rails.application.config.assets.paths
later in the code, the path to app/assets/flash has disappeared.

What's the right way to add a path to assets?

-- 
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.

Reply via email to