Sha256: 5a2110ad61bc922646f2155d50f7f17a68a3048d67baa11e7f3393abc0910bfc

Contents?: true

Size: 349 Bytes

Versions: 5

Compression:

Stored size: 349 Bytes

Contents

module Og

# Marker module. If included in a class, the Og automanager
# ignores this class.

module Unmanageable; end

# This is a marker module that denotes that the
# base class follows the SingleTableInheritance
# pattern. Ie, all the subclasses of the base
# class are stored in the same schema (table).

module SchemaInheritanceBase; end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
og-0.27.0 lib/og/markers.rb
og-0.25.0 lib/og/markers.rb
og-0.26.0 lib/og/markers.rb
og-0.28.0 lib/og/markers.rb
og-0.29.0 lib/og/markers.rb