1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

ruby2_keywords for adapters/mysql2/active_schema_test.rb

This commit is contained in:
Ryuta Kamizono 2019-12-21 03:07:45 +09:00
parent d780bf27f1
commit ce5718aeef

View file

@ -188,4 +188,5 @@ class Mysql2ActiveSchemaTest < ActiveRecord::Mysql2TestCase
def method_missing(method_symbol, *arguments) def method_missing(method_symbol, *arguments)
ActiveRecord::Base.connection.send(method_symbol, *arguments) ActiveRecord::Base.connection.send(method_symbol, *arguments)
end end
ruby2_keywords(:method_missing) if respond_to?(:ruby2_keywords, true)
end end