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