instance method
unmemoize_all
Ruby on Rails 3.2.22.5
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 35
def unmemoize_all
flush_cache ".*"
end
Defined in activesupport/lib/active_support/memoizable.rb line 35
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Memoizable::InstanceMethods