Sha256: 9e0fc07b652b72c8c37091678a9b64caf485089058cfb7bba2cff984b8a27683
Contents?: true
Size: 132 Bytes
Versions: 12
Compression:
Stored size: 132 Bytes
Contents
# frozen_string_literal: true class Order < ActiveRecord::Base belongs_to :customer has_many :line_items has_paper_trail end
Version data entries
12 entries across 12 versions & 1 rubygems