Ruby
China
Topics
招聘
Wiki
酷站
Gems
Sign Up
Sign In
元元
@SamLLIU
Member
NO. 98120 /
2022-03-18
0
Topics
/
1
Replies
0
Followers
0
Following
0
Favorites
No GitHub.
Overview
Topics
Replies
Favorites
Following
Followers
ActiveRecord 中如何将两个 scope 通过 or 条件合并成一个 scope
at
March 18, 2022
scope
:
inlines_or_invisibles
,
->
{
where
(
state:
%w[online invisible]
)
}