Method: ActionController::BasicImplicitRender#send_action

Defined in:
actionpack/lib/action_controller/metal/basic_implicit_render.rb

#send_action(method, *args) ⇒ Object



7
8
9
10
11
# 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