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