module ActionController::BasicImplicitRender

def default_render

def default_render
  head :no_content
end