Methods

Included Modules

Class Index [+]

Quicksearch

ActionController::UrlWriter

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.