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