instance method
unmemoize_all
Ruby on Rails 3.1.12
Since v2.3.18 Last seen in v3.2.22.5Signature
unmemoize_all()
No documentation comment.
Source
# File activesupport/lib/active_support/memoizable.rb, line 28
def unmemoize_all
flush_cache ".*"
end
Defined in activesupport/lib/active_support/memoizable.rb line 28
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Memoizable::InstanceMethods