hyperstack
hyperstack copied to clipboard
has_many relationships should be able to take scopes
its a feature of Rails.
workaround is to create a scope on the target class, and use that scope the result.
We could automatically do this of course
I think this is probably a good first issue, as it should just "build on" existing functionality.
Unfortunately, I don't understand what is being asked for here. https://www.ducktypelabs.com/using-scope-with-associations/ ?