1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Use hyphenated version of assert_url [ci skip]

This commit is contained in:
Robin Dupret 2013-07-26 16:10:03 +02:00
parent a8d1412a32
commit 82a2a78be8

View file

@ -322,7 +322,7 @@ config.assets.js_compressor = :uglifier
### sass-rails
* `asset_url` with two arguments is deprecated. For example: `asset-url("rails.png", image)` becomes `asset-url("rails.png")`
* `asset-url` with two arguments is deprecated. For example: `asset-url("rails.png", image)` becomes `asset-url("rails.png")`
Upgrading from Rails 3.1 to Rails 3.2
-------------------------------------