Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,4 @@ DEPENDENCIES
rubocop-packaging

BUNDLED WITH
2.3.3
2.3.6
2 changes: 1 addition & 1 deletion lib/arbre/rails/forms.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def proxy_call_to_form(method, *args, &block)
text_node form_builder.send(method, *args, &block)
end

def method_missing(method, *args, &block)
ruby2_keywords def method_missing(method, *args, &block)
if form_builder && form_builder.respond_to?(method)
proxy_call_to_form(method, *args, &block)
else
Expand Down