aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/engine.rb
blob: 144bf7159bab2d96098fbd9cc549e44e8649cddd (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class Engine < ActiveRecord::Base
  belongs_to :my_car, class_name: "Car", foreign_key: "car_id",  counter_cache: :engines_count
end