method
read_fragment_for
rails latest stable - Class:
ActionView::Helpers::CacheHelper
read_fragment_for(name, options)private
No documentation available.
# File actionview/lib/action_view/helpers/cache_helper.rb, line 280
def read_fragment_for(name, options)
controller.read_fragment(name, options)
end