method

included

rails latest stable - Class: ActionController::UrlWriter

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.

included(klass)
public

No documentation available.

# File actionpack/lib/action_controller/deprecated/url_writer.rb, line 3
    def self.included(klass)
      ActiveSupport::Deprecation.warn "include ActionController::UrlWriter is deprecated. Instead, "                                        "include Rails.application.routes.url_helpers"
      klass.class_eval { include Rails.application.routes.url_helpers }
    end