mirror of https://github.com/rails/rails
form_with takes keyword arguments
This commit is contained in:
parent
2c66870726
commit
501bab2f64
|
@ -5,7 +5,7 @@ require "test_helper"
|
|||
class ActionText::FormHelperTest < ActionView::TestCase
|
||||
tests ActionText::TagHelper
|
||||
|
||||
def form_with(*)
|
||||
def form_with(*, **)
|
||||
@output_buffer = super
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue