Sha256: f3f331eb52cc65484b13f2b836980bd8113c4e86af556541d628e4c32f6a944c

Contents?: true

Size: 162 Bytes

Versions: 4

Compression:

Stored size: 162 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

4 entries across 4 versions & 1 rubygems

Version Path
ibm_db-5.5.0-x86-mingw32 test/models/wheel.rb
ibm_db-5.4.1-x86-mingw32 test/models/wheel.rb
ibm_db-5.4.0-x86-mingw32 test/models/wheel.rb
ibm_db-5.3.2-x86-mingw32 test/models/wheel.rb