Files
rails/activerecord/test/models/wheel.rb
2010-07-08 23:24:12 +02:00

4 lines
107 B
Ruby

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