splat to keyword argument method call

pull/9894/head
ulferts 3 years ago
parent 393921a6c0
commit 1fabb9f2f7
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      db/migrate/tables/base.rb

@ -44,7 +44,7 @@ class Tables::Base
end
def self.create_table(migration, &block)
migration.create_table table_name, id_options.merge(bulk: true), &block
migration.create_table table_name, **id_options.merge(bulk: true), &block
end
def self.table(_migration)

Loading…
Cancel
Save