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

Version Path
ibm_db-5.5.1 test/models/wheel.rb
ibm_db-5.5.0 test/models/wheel.rb
ibm_db-5.4.1 test/models/wheel.rb
ibm_db-5.4.0 test/models/wheel.rb
ibm_db-5.3.2 test/models/wheel.rb
ibm_db-5.3.1 test/models/wheel.rb