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