Sha256: 989d5fcb8727b8bb208b4f62a4e7bdf52263b3993e495a43ea0122a87841589b

Contents?: true

Size: 320 Bytes

Versions: 149

Compression:

Stored size: 320 Bytes

Contents

# frozen_string_literal: true

require_dependency "renalware/transplants"

module Renalware
  module Transplants
    class RegistrationStatusDescription < ApplicationRecord
      scope :ordered, -> { order(position: :asc) }

      validates :name, presence: true

      def to_s
        name
      end
    end
  end
end

Version data entries

149 entries across 149 versions & 1 rubygems

Version Path
renalware-core-2.0.104 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.103 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.102 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.101 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.100 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.99 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.98 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.97 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.96 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.95 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.94 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.93 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.92 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.91 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.90 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.89 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.88 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.87 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.86 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.85 app/models/renalware/transplants/registration_status_description.rb