Sha256: 328ef937cc7d7e4d4d70d0c879cf8cc7480e756be516a5a84f75d096a2844016
Contents?: true
Size: 157 Bytes
Versions: 6
Compression:
Stored size: 157 Bytes
Contents
# frozen_string_literal: true class Wheel < ActiveRecord::Base belongs_to :wheelable, polymorphic: true, counter_cache: true, touch: :wheels_owned_at end
Version data entries
6 entries across 6 versions & 1 rubygems