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