packs
packs copied to clipboard
something strange with load paths and active admin
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?