Since we're just loading the linking table, we don't need to worry about loading Filepath in our prior loaders. However, AFTER on_optimize, we should create our Filepath model after a union of the two.
I'm thinking this is a new rake:run task. Maybe run:union or something.
We might find this to be necessary for Developers too if performance keeps getting hit.
Since we're just loading the linking table, we don't need to worry about loading
Filepath
in our prior loaders. However, AFTERon_optimize
, we should create ourFilepath
model after a union of the two.I'm thinking this is a new
rake:run
task. Mayberun:union
or something.We might find this to be necessary for Developers too if performance keeps getting hit.