Ash FrameworkAF
Ash Framework5mo ago
4 replies
Joan Gavelán

Automatically Loading a Calculation by Default

Is there a way to always load a calculation by default without having to specify it every time?
Solution
there is the build preparation you can use

read :read do
  prepare build(load: [:calculation])
end
Was this page helpful?