Fixed few typos

This commit is contained in:
Prathamesh Sonpatki
2013-03-26 20:29:35 +05:30
parent afed6dcd4a
commit 75a72b5cc9
4 changed files with 5 additions and 5 deletions

View File

@@ -73,7 +73,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