module Logistics module Core class IncrementRate < ApplicationRecord belongs_to :service_increment validates :percent, :effective_date, presence: true end end end