Sha256: 2cb2ba7ef6e0c5f54f49f3882141be4c553079577525ef9e39c76ed9a0b4cb8a
Contents?: true
Size: 274 Bytes
Versions: 211
Compression:
Stored size: 274 Bytes
Contents
module Comee module Core class UnitConversion < ApplicationRecord belongs_to :from, class_name: "Comee::Core::Unit" belongs_to :to, class_name: "Comee::Core::Unit" validates :factor, presence: true, numericality: {greater_than: 0} end end end
Version data entries
211 entries across 211 versions & 1 rubygems