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