diff options
Diffstat (limited to 'actionpack/lib/abstract_controller/url_for.rb')
| -rw-r--r-- | actionpack/lib/abstract_controller/url_for.rb | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/actionpack/lib/abstract_controller/url_for.rb b/actionpack/lib/abstract_controller/url_for.rb index e4261068d8..4a95e1f276 100644 --- a/actionpack/lib/abstract_controller/url_for.rb +++ b/actionpack/lib/abstract_controller/url_for.rb @@ -1,10 +1,10 @@ -# Includes +url_for+ into the host class (e.g. an abstract controller or mailer). The class -# has to provide a +RouteSet+ by implementing the <tt>_routes</tt> methods. Otherwise, an -# exception will be raised. -# -# Note that this module is completely decoupled from HTTP - the only requirement is a valid  -# <tt>_routes</tt> implementation.  module AbstractController +  # Includes +url_for+ into the host class (e.g. an abstract controller or mailer). The class +  # has to provide a +RouteSet+ by implementing the <tt>_routes</tt> methods. Otherwise, an +  # exception will be raised. +  # +  # Note that this module is completely decoupled from HTTP - the only requirement is a valid +  # <tt>_routes</tt> implementation.    module UrlFor      extend ActiveSupport::Concern      include ActionDispatch::Routing::UrlFor  | 
