Method: ExtensibleObjectHelper.append_features

Defined in:
app/helpers/extensible_object_helper.rb

.append_features(base) ⇒ Object

:nodoc:



5
6
7
8
# File 'app/helpers/extensible_object_helper.rb', line 5

def self.append_features(base) # :nodoc:
  super
  base.extend ClassMethods
end