Method: Rango::FormatMixin::ClassMethods#formats

Defined in:
lib/rango/mixins/rendering.rb

#formatsObject



40
41
42
43
44
# File 'lib/rango/mixins/rendering.rb', line 40

def formats
  @formats ||= Hash.new do |hash, format|
    raise BadRequest, "Unsupported format"
  end
end