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

public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Prepare for release of 1.1.6

git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/stable@4747 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Thu Aug 10 08:47:05 -0700 2006
commit  ce692cdf4870537c3ad691ebe2385f77ec399137
tree    afc44facafd21b93efdbbcef0819a8956571b0b2
parent  ff39a734e52e6c6a66decb9558672f8e211f6037
...
218
219
220
221
 
222
223
224
 
 
225
226
227
...
218
219
220
 
221
222
 
 
223
224
225
226
227
0
@@ -218,10 +218,10 @@ module ActionController
0
           expr = "::#{controller.split('/').collect {|c| c.camelize}.join('::')}Controller"
0
           g.result :controller, expr, true
0
         end
0
-
0
+
0
         def file_kinds(kind)
0
- ((@file_kinds ||= []) << kind).uniq! || @file_kinds
0
- end
0
+ ((@file_kinds ||= [:components]) << kind).uniq! || @file_kinds
0
+ end
0
         
0
         def traverse_to_controller(segments, start_at = 0)
0
           mod = ::Object

Comments

    No one has commented yet.