app/models/customer.rb (
4
lines of code) (
raw
):
class Customer < ApplicationRecord has_many :orders has_many :order_lines end