Sha256: f1251cdd5dd640f903ff61e18c02267617ab756e70f25d96d2a8e7dfcc89418b

Contents?: true

Size: 138 Bytes

Versions: 2

Compression:

Stored size: 138 Bytes

Contents

module Superstore
  module AttributeMethods
    extend ActiveSupport::Concern

    included do
      include PrimaryKey
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
superstore-3.0.0 lib/superstore/attribute_methods.rb
superstore-2.5.0 lib/superstore/attribute_methods.rb