diff options
author | Sebastian Martinez <sebastian@wyeworks.com> | 2011-05-09 22:06:04 -0300 |
---|---|---|
committer | Sebastian Martinez <sebastian@wyeworks.com> | 2011-05-09 22:06:04 -0300 |
commit | 56a7db6ea8e3a64df836b580ac9499b3de4753f0 (patch) | |
tree | e98430be97da9b6f69ebbb7221052ce7167368c2 /actionpack/lib | |
parent | 21be7f20e782292c083563f059a527d09898f75a (diff) | |
download | rails-56a7db6ea8e3a64df836b580ac9499b3de4753f0.tar.gz rails-56a7db6ea8e3a64df836b580ac9499b3de4753f0.tar.bz2 rails-56a7db6ea8e3a64df836b580ac9499b3de4753f0.zip |
added some fixed fonts
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/routing.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/lib/action_dispatch/routing.rb b/actionpack/lib/action_dispatch/routing.rb index 43fd93adf6..74c090f260 100644 --- a/actionpack/lib/action_dispatch/routing.rb +++ b/actionpack/lib/action_dispatch/routing.rb @@ -49,8 +49,8 @@ module ActionDispatch # You may wish to organize groups of controllers under a namespace. Most # commonly, you might group a number of administrative controllers under # an +admin+ namespace. You would place these controllers under the - # app/controllers/admin directory, and you can group them together in your - # router: + # <tt>app/controllers/admin</tt> directory, and you can group them together + # in your router: # # namespace "admin" do # resources :posts, :comments @@ -152,7 +152,7 @@ module ActionDispatch # } # end # - # Using the multiline match modifier will raise an ArgumentError. + # Using the multiline match modifier will raise an +ArgumentError+. # Encoding regular expression modifiers are silently ignored. The # match will always use the default encoding or ASCII. # |