Module: ActionController::BasicImplicitRender
Do not use. This module is for internal use only.
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | actionpack/lib/action_controller/metal/basic_implicit_render.rb |
Instance Method Summary
Instance Method Details
#default_render
[ GitHub ]# File 'actionpack/lib/action_controller/metal/basic_implicit_render.rb', line 13
def default_render head :no_content end
#send_action(method, *args)
[ GitHub ]# 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