Flowdock
method

method_for_action

Importance_0
v4.1.8 - Show latest stable - 0 notes - Class: ActionController::ImplicitRender
method_for_action(action_name) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_controller/metal/implicit_render.rb, line 13
    def method_for_action(action_name)
      super || if template_exists?(action_name.to_s, _prefixes)
        "default_render"
      end
    end
Register or log in to add new notes.