Skip to content

Commit

Permalink
Use hyphenated version of assert_url [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
robin850 committed Jul 26, 2013
1 parent a8d1412 commit 82a2a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/upgrading_ruby_on_rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------------------
Expand Down

0 comments on commit 82a2a78

Please sign in to comment.