阅读背景:

将参数括号括起来以确保该块将与方法调用相关联

来源:互联网 
class User
  scope :active, -> { where(active: true) }
end
class User
  scope :active, -> { where(active: 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: