GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of lifo/doc-rails
Description: Repository for improving Rails documentation
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/zmalltalker/doc-rails.git
fixed-width font for symbols in AC::Routing::Route docs
Xavier Noria (author)
Thu Apr 10 13:39:30 -0700 2008
commit  78bd7bab32ef27d1121998f9e67ff1ad018250a0
tree    a13131af0ef2401b2fc412bf160410dc869f8b2b
parent  e07e56b5dfb301eaf74e07e30b75afa8ba42da34
...
139
140
141
142
143
 
 
144
145
146
...
139
140
141
 
 
142
143
144
145
146
0
@@ -139,8 +139,8 @@ module ActionController
0
       # those that were not used to generate a particular route. The extra
0
       # keys also do not include those recalled from the prior request, nor
0
       # do they include any keys that were implied in the route (like a
0
- # :controller that is required, but not explicitly used in the text of
0
- # the route.)
0
+ # <tt>:controller</tt> that is required, but not explicitly used in the
0
+ # text of the route.)
0
       def extra_keys(hash, recall={})
0
         (hash || {}).keys.map { |k| k.to_sym } - (recall || {}).keys - significant_keys
0
       end

Comments

    No one has commented yet.