We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add an include Deps["foo.bar"] to a repo class and bar won't actually be available.
include Deps["foo.bar"]
bar
This is because the .new method we define in lib/hanami/extensions/db/repo.rb isn't passing on all its args to super, which it should.
.new
lib/hanami/extensions/db/repo.rb
super