method

action_methods

rails latest stable - Class: ActionController::UrlFor::ClassMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

action_methods()
public

No documentation available.

# File actionpack/lib/action_controller/metal/url_for.rb, line 21
      def action_methods
        @action_methods ||= begin
          super - _routes.named_routes.helper_names
        end
      end