1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert accidental change from cattr_accessor to class_attribute.

This commit is contained in:
José Valim 2011-12-08 18:54:56 +01:00
parent b989b80960
commit 859a4556dd

View file

@ -24,7 +24,7 @@ module ActionView
end
end
class_attribute :caching
cattr_accessor :caching
self.caching = true
class << self