Skip to content

Commit

Permalink
Update packages/data_taster/lib/data_taster/helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
wadewinningham authored Jun 3, 2024
1 parent f3c8bec commit ddbd0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data_taster/lib/data_taster/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def db_yml
end

def db_config
@db_config ||= db_yaml[Rails.env].key?("primary") ? db_yml[Rails.env]["primary"] : db_yml[Rails.env]
@db_config ||= db_yml[Rails.env].key?("primary") ? db_yml[Rails.env]["primary"] : db_yml[Rails.env]
end

def logg(message)
Expand Down

0 comments on commit ddbd0da

Please sign in to comment.