From e5524d538c0d0f39d655a78fc45d2122c0ff2f2a Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 14 May 2011 11:15:43 +0200 Subject: minor edits after going through what's new in docrails --- actionpack/lib/abstract_controller/url_for.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'actionpack/lib/abstract_controller/url_for.rb') diff --git a/actionpack/lib/abstract_controller/url_for.rb b/actionpack/lib/abstract_controller/url_for.rb index d2245d0b0d..e4261068d8 100644 --- a/actionpack/lib/abstract_controller/url_for.rb +++ b/actionpack/lib/abstract_controller/url_for.rb @@ -1,9 +1,9 @@ -# Includes #url_for into the host class (e.g. an abstract controller or mailer). The class -# has to provide a RouteSet by implementing the #_routes methods. Otherwise, an exception -# will be raised. +# Includes +url_for+ into the host class (e.g. an abstract controller or mailer). The class +# has to provide a +RouteSet+ by implementing the _routes methods. Otherwise, an +# exception will be raised. # # Note that this module is completely decoupled from HTTP - the only requirement is a valid -# #_routes implementation. +# _routes implementation. module AbstractController module UrlFor extend ActiveSupport::Concern -- cgit v1.2.3