module ApiResponder::Formattable

Public Class Methods

included(receiver) click to toggle source
# File lib/api-responder/formattable.rb, line 39
def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end