module ActionController::BasicImplicitRender

def default_render(*args)

def default_render(*args)
  head :no_content
end