diff options
author | Richard Schneeman <richard.schneeman@gmail.com> | 2015-11-09 00:19:35 -0600 |
---|---|---|
committer | Richard Schneeman <richard.schneeman@gmail.com> | 2015-11-09 00:19:35 -0600 |
commit | 823d3a8de0ccfe2301e51ac1e06e106035edb8e6 (patch) | |
tree | 0e1803e14bbd38fe8aeb843205c903efa15a8346 /actionview | |
parent | 1f8cc53689ead6befbbb6d8d7436596270738ff3 (diff) | |
parent | 69f0b49ca59b494358b4f602591d76c9122fc1eb (diff) | |
download | rails-823d3a8de0ccfe2301e51ac1e06e106035edb8e6.tar.gz rails-823d3a8de0ccfe2301e51ac1e06e106035edb8e6.tar.bz2 rails-823d3a8de0ccfe2301e51ac1e06e106035edb8e6.zip |
Merge pull request #22230 from y-yagi/fix_method_name_typo
fix method name typo [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md index 1db37033b7..bb1103b173 100644 --- a/actionview/CHANGELOG.md +++ b/actionview/CHANGELOG.md @@ -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* |