Module: Animoto::Support::ContentType

Included in:
Manifests::Base
Defined in:
lib/animoto/support/content_type.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Class Method Summary collapse

Class Method Details

.included(base) ⇒ void

This method returns an undefined value.

When included, includes the InstanceMethods module and extends the ClassMethods module.



8
9
10
11
12
13
# File 'lib/animoto/support/content_type.rb', line 8

def self.included base
  base.class_eval {
    include Animoto::Support::ContentType::InstanceMethods
    extend Animoto::Support::ContentType::ClassMethods
  }
end