Module: ApiResponder::Formattable

Defined in:
lib/api-responder/formattable.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods Classes: UnsupportedVersion

Class Method Summary collapse

Class Method Details

.included(receiver) ⇒ Object



39
40
41
42
# File 'lib/api-responder/formattable.rb', line 39

def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end