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