Sha256: efed32879a0aa9ff6b4165630dcb7e53370da42add3224cdfc51140350035bd4

Contents?: true

Size: 178 Bytes

Versions: 4

Compression:

Stored size: 178 Bytes

Contents

# frozen_string_literal: true

class AbstractItem < ActiveRecord::Base
  self.abstract_class = true
  has_one :tagging, as: :taggable
end

class Item < AbstractItem
end

Version data entries

4 entries across 4 versions & 1 rubygems

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