Sha256: 33b9e4c339a513e7571c82877cf0b98c675c373273ed9fefe1acedc873dfc2e1
Contents?: true
Size: 208 Bytes
Versions: 28
Compression:
Stored size: 208 Bytes
Contents
require "active_support/concern" module Renalware module PatientScope extend ActiveSupport::Concern included do scope :for_patient, ->(patient) { where(patient: patient) } end end end
Version data entries
28 entries across 28 versions & 1 rubygems