831be98f9a
1e53404fe9
d22e522179
1 2
3
4
5
# frozen_string_literal: true class Wheel < ActiveRecord::Base belongs_to :wheelable, polymorphic: true, counter_cache: true end