method

send_action

send_action(method, *args)
public

No documentation available.

# File actionpack/lib/action_controller/metal/basic_implicit_render.rb, line 7
    def send_action(method, *args)
      ret = super
      default_render unless performed?
      ret
    end