RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: josephjaber
Site: anomalousthought.com
When there are naming conflicts, the first path that appears in the config.assets.paths array is the file that is chosen. This can be avoided by using the asset_path() helper and specifying the directory.
config.assets.paths
asset_path()
When there are naming conflicts, the first path that appears in the
config.assets.paths
array is the file that is chosen. This can be avoided by using theasset_path()
helper and specifying the directory.