method

_routes

rails latest stable - Class: ActionController::UrlFor

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.

_routes()
public

No documentation available.

# File actionpack/lib/action_controller/metal/url_for.rb, line 15
    def _routes
      raise "In order to use #url_for, you must include routing helpers explicitly. "              "For instance, `include Rails.application.routes.url_helpers"
    end