Module: ActiveRecord::Sixguid

Defined in:
lib/six-updater-web/vendor/plugins/six-guid/lib/six/guid.rb

Overview

:nodoc:

Defined Under Namespace

Modules: ClassMethods

Class Method Summary collapse

Class Method Details

.append_features(base) ⇒ Object



6
7
8
9
# File 'lib/six-updater-web/vendor/plugins/six-guid/lib/six/guid.rb', line 6

def self.append_features(base)
  super
  base.extend(ClassMethods)
end