- If I want to update the table, how should I do it?
- If I want to query using the
or condition, how should I write it?
it will query like this, example:
Post.where('id.in': ['id1', 'id2'] or 'user_id.in': ['uid1', 'uid2', 'uid3'])
Pls help me, thanksss you !
@ckhsponge