Fixed typos

This commit is contained in:
Prathamesh Sonpatki
2013-03-26 17:36:26 +05:30
parent 049cff57c2
commit 7d1ce9c56e
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ module ActiveModel
class_attribute :perform_caching
class << self
# set peform caching like root
# set perform caching like root
def cached(value = true)
self.perform_caching = value
end