mirror of https://github.com/rails/rails
Fix rubocop warning re unused argument
This commit is contained in:
parent
668d866b4b
commit
1623892582
|
@ -44,7 +44,7 @@ module ActiveRecord
|
|||
|
||||
config = ActiveRecord::Base.configurations.configs_for(
|
||||
env_name: Rails.env,
|
||||
name: options[:database]
|
||||
name: database
|
||||
)
|
||||
|
||||
Array(config&.migrations_paths).first
|
||||
|
|
Loading…
Reference in New Issue