Method: Moon::Response::JSON#headers

Defined in:
lib/moon/response/json.rb

#headersObject



19
20
21
# File 'lib/moon/response/json.rb', line 19

def headers
  { "Content-Type" => "application/json" }
end