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.127 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.126 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.125 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.124 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.123 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.121 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.120 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.119 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.118 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.117 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.116 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.115 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.113 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.112 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.111 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.110 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.109 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.108 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.106 app/models/renalware/transplants/registration_status_description.rb
renalware-core-2.0.105 app/models/renalware/transplants/registration_status_description.rb