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:
parent
d780bf27f1
commit
ce5718aeef
1 changed files with 1 additions and 0 deletions
|
@ -188,4 +188,5 @@ class Mysql2ActiveSchemaTest < ActiveRecord::Mysql2TestCase
|
|||
def method_missing(method_symbol, *arguments)
|
||||
ActiveRecord::Base.connection.send(method_symbol, *arguments)
|
||||
end
|
||||
ruby2_keywords(:method_missing) if respond_to?(:ruby2_keywords, true)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue