module ActionController::BasicImplicitRender

def send_action(method, *args)

:nodoc:
def send_action(method, *args)
  super.tap { default_render unless performed? }
end