79695045

Date: 2025-07-09 03:30:38
Score: 1
Natty:
Report link

Just add scope to memberships

class Memberships
  scope :voter, -> { where(role: 'voter') }
end
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Anton Bogdanov