instance method
ractor_local_store
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
ractor_local_store()
No documentation comment.
Source
# File actionview/lib/action_view/unbound_template.rb, line 65
def ractor_local_store
ActiveSupport::Ractors.store_if_absent(:action_view_bound_templates) { Concurrent::Map.new }
end
Defined in actionview/lib/action_view/unbound_template.rb line 65
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::UnboundTemplate