module GrapeSwagger::DocMethods
Public Class Methods
extended(mod)
click to toggle source
# File lib/introspective_grape/camel_snake.rb, line 46 def self.extended(mod) # Do not camelize the grape-swagger documentation endpoints. mod.formatter :json, Grape::Formatter::Json end