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:
parent
b989b80960
commit
859a4556dd
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ module ActionView
|
|||
end
|
||||
end
|
||||
|
||||
class_attribute :caching
|
||||
cattr_accessor :caching
|
||||
self.caching = true
|
||||
|
||||
class << self
|
||||
|
|
Loading…
Reference in a new issue