Missing require in repository
qortex opened this issue · 1 comments
qortex commented
Describe the bug
Somewhere in my code, this fails:
require 'rom/repository'
And this fixes:
require 'rom/plugins'
require 'rom/repository'
It didn't appear in other places because I must have required rom
in those places. I guess it's not intended though, and that the require 'rom/plugins
should be included in the rom/repository
file?
solnic commented
This is indeed a missing require statement