hyperstack-org/hyperstack
在 GitHub 查看has_many relationships should be able to take scopes
Open
#132 创建于 2019年2月25日
enhancementgood first issue
仓库指标
- Star
- (531 star)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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