mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update actionview/lib/action_view/template.rb
Co-Authored-By: tenderlove <tenderlove@github.com>
This commit is contained in:
parent
a213c4829a
commit
12ff6064d1
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ module ActionView
|
||||||
@compile_mutex = Mutex.new
|
@compile_mutex = Mutex.new
|
||||||
end
|
end
|
||||||
|
|
||||||
def formats=
|
def formats=(_)
|
||||||
end
|
end
|
||||||
deprecate :formats=
|
deprecate :formats=
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue