method
send_action
v6.1.7.7 -
Show latest stable
- Class:
ActionController::BasicImplicitRender
send_action(method, *args)public
No documentation available.
# File actionpack/lib/action_controller/metal/basic_implicit_render.rb, line 5
def send_action(method, *args)
super.tap { default_render unless performed? }
end