method
send_action
v4.2.9 -
Show latest stable
- Class:
ActionController::ImplicitRender
send_action(method, *args)public
No documentation available.
# File actionpack/lib/action_controller/metal/implicit_render.rb, line 3
def send_action(method, *args)
ret = super
default_render unless performed?
ret
end