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

fix method name typo [ci skip]

This commit is contained in:
yuuji.yaginuma 2015-11-09 14:28:28 +09:00
parent 1f8cc53689
commit 69f0b49ca5

View file

@ -1,4 +1,4 @@
* Allow `host` option in `javascript_include_tag` and `stylesheet_tag` helpers
* Allow `host` option in `javascript_include_tag` and `stylesheet_link_tag` helpers
*Grzegorz Witek*