Skip to content

Commit

Permalink
Fix rubocop warning re unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
eileencodes committed Aug 4, 2022
1 parent 668d866 commit 1623892
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ def configured_migrate_path

config = ActiveRecord::Base.configurations.configs_for(
env_name: Rails.env,
name: options[:database]
name: database
)

Array(config&.migrations_paths).first
Expand Down

0 comments on commit 1623892

Please sign in to comment.