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.84 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.83 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.82 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.81 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.80 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.79 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.78 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.77 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.76 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.75 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.74 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.73 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.72 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.71 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.70 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.69 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.68 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.67 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.64 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.63 app/models/renalware/transplants/registration_status_description.rb