packs icon indicating copy to clipboard operation
packs copied to clipboard

something strange with load paths and active admin

Open exterm opened this issue 1 year ago • 6 comments

trying to run pks on the app I'm working on right now, it complains about path collisions between packs/*/app/models/something.rb and packs/*/app/admin/something.rb. But app/admin isn't actually autoloaded. This is apparently the default pattern for ActiveAdmin.

So it seems that pks is somehow guessing the autoload paths incorrectly?

exterm avatar Feb 05 '24 23:02 exterm