class Rack::Logjam::Formatters::Array

Public Instance Methods

render() click to toggle source
# File lib/rack/logjam/formatters/array.rb, line 6
def render
  Json.new( content, format ).render
end