Dynflow / dynflow

DYNamic workFLOW orchestration engine
http://dynflow.github.io
MIT License
121 stars 44 forks source link

Use ::ActiveRecord::Base.configurations.configs_for #411

Closed stejskalleos closed 2 years ago

stejskalleos commented 2 years ago

Fixing changes introduced in https://github.com/Dynflow/dynflow/pull/410, where ::Rails.application.config.database_configuration[::Rails.env] doesn't load data from the DATABASE_URL variable

adamruzicka commented 2 years ago

Thank you @stejskalleos !