Actions
Bug #19268
closedCan't access apidocs upstream
Description
latest dev master
I get this error when going to http://localhost:3000/apidoc
NoMethodError in Apipie::ApipiesController#index
undefined method `merge' for nil:NilClass
Extracted source (around line #8)
def call(env)
@app.call(env)
rescue ActionDispatch::ParamsParser::ParseError => error
if env['HTTP_ACCEPT'] =~ /application\/json/ || env['CONTENT_TYPE'] =~ /application\/json/
error_output = "There was a problem in the JSON you submitted: #{error}"
Actions