aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/wheel.rb
blob: f2fecf95456ca9a5a3921cba513db150b254192c (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class Wheel < ActiveRecord::Base
  belongs_to :wheelable, polymorphic: true, counter_cache: true
end