Method: PresenterPattern::API.included

Defined in:
lib/presenter-pattern.rb

.included(host_class) ⇒ Object



33
34
35
# File 'lib/presenter-pattern.rb', line 33

def self.included(host_class)
  do_included(host_class, :xml, :json)
end