aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/wheel.rb
blob: e05fb6447792c11d46bc59373dd79e82e5467d9f (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class Wheel < ActiveRecord::Base
  belongs_to :wheelable, polymorphic: true, counter_cache: true
end