4 lines
101 B
Ruby
4 lines
101 B
Ruby
class Wheel < ActiveRecord::Base
|
|
belongs_to :wheelable, polymorphic: true, counter_cache: true
|
|
end
|