module Grape::DSL::RequestResponse::ClassMethods
def formatter(content_type, new_formatter)
def formatter(content_type, new_formatter) namespace_stackable(:formatters, content_type.to_sym => new_formatter) end
def formatter(content_type, new_formatter) namespace_stackable(:formatters, content_type.to_sym => new_formatter) end