instance method
read_fragment_for
Ruby on Rails 7.0.10
Since v5.2.8.1 PrivateSignature
read_fragment_for(name, options)
No documentation comment.
Parameters
-
namereq -
optionsreq
Source
# File actionview/lib/action_view/helpers/cache_helper.rb, line 280
def read_fragment_for(name, options)
controller.read_fragment(name, options)
end
Defined in actionview/lib/action_view/helpers/cache_helper.rb line 280
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::Helpers::CacheHelper