Comment écrire une portée dans les rails
scope :proponent, ->(user){ where(user_id: user.id) }
Davidosky
scope :proponent, ->(user){ where(user_id: user.id) }