instance method
send_action
Ruby on Rails 3.2.22.5
Since v3.0.20 Last seen in v4.2.9Signature
send_action(method, *args)
No documentation comment.
Parameters
-
methodreq -
argsrest
Source
# File actionpack/lib/action_controller/metal/implicit_render.rb, line 3
def send_action(method, *args)
ret = super
default_render unless response_body
ret
end
Defined in actionpack/lib/action_controller/metal/implicit_render.rb line 3
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::ImplicitRender