While using multiple databases, cannot run:
bundle exec rake db:migrate
Error returned:
ActiveRecord::AdapterNotSpecified: database configuration does not specify adapter (ActiveRecord::AdapterNotSpecified)
database.yml file is already specifying adapter (postgresql in this case).
While using multiple databases, cannot run:
bundle exec rake db:migrate
Error returned:
ActiveRecord::AdapterNotSpecified: database configuration does not specify adapter (ActiveRecord::AdapterNotSpecified)
database.yml file is already specifying adapter (postgresql in this case).