public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/samgranieri/rails.git
Freeze ModelName cache_key also
jeremy (author)
Wed Jun 25 15:11:41 -0700 2008
commit  24c7f41b4fdc411e35131f9065852a685032211f
tree    df4c9e2ef626150383e5a4cfafb43923f13bbdc4
parent  c39726057714970f8e39d27bd0cb49fa4d6bc383
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@ module ActiveSupport
0
       super
0
       @singular = underscore.tr('/', '_').freeze
0
       @plural = @singular.pluralize.freeze
0
- @cache_key = tableize
0
+ @cache_key = tableize.freeze
0
       @partial_path = "#{@cache_key}/#{demodulize.underscore}".freeze
0
     end
0
   end

Comments

    No one has commented yet.