lib/grape/formatter/base.rb in grape-0.6.1 vs lib/grape/formatter/base.rb in grape-0.7.0

- old
+ new

@@ -1,11 +1,9 @@ module Grape module Formatter module Base - class << self - FORMATTERS = { json: Grape::Formatter::Json, jsonapi: Grape::Formatter::Json, serializable_hash: Grape::Formatter::SerializableHash, txt: Grape::Formatter::Txt, @@ -25,10 +23,9 @@ method(spec) else spec end end - end end end end