Suppose I have an model:
假设我有一个模型:
class Post
end
posts = Post.where(***)
puts posts.class # => ActiveRecord::Relation
class PoSuppose I have an model:
假设我有一个模型:
class Post
end
posts = Post.where(***)
puts posts.class # => ActiveRecord::Relation
class Po