diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2019-02-25 12:33:29 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 12:33:29 -0800 |
commit | 12ff6064d169366e554b11a25813d82701435253 (patch) | |
tree | 4d300572bd347f8c20e93933eff9b7186a8fc3b3 /actionview/lib | |
parent | a213c4829ab0d87b2a7a74df0e35513c6ea6bdea (diff) | |
download | rails-12ff6064d169366e554b11a25813d82701435253.tar.gz rails-12ff6064d169366e554b11a25813d82701435253.tar.bz2 rails-12ff6064d169366e554b11a25813d82701435253.zip |
Update actionview/lib/action_view/template.rb
Co-Authored-By: tenderlove <tenderlove@github.com>
Diffstat (limited to 'actionview/lib')
-rw-r--r-- | actionview/lib/action_view/template.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/lib/action_view/template.rb b/actionview/lib/action_view/template.rb index 8b1c3199d2..8ba03027d3 100644 --- a/actionview/lib/action_view/template.rb +++ b/actionview/lib/action_view/template.rb @@ -154,7 +154,7 @@ module ActionView @compile_mutex = Mutex.new end - def formats= + def formats=(_) end deprecate :formats= |