Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v3.1.0) is shown here.
disable_cache()
public
# File actionpack/lib/action_view/lookup_context.rb, line 154
def disable_cache
old_value, @cache = @cache, false
yield
ensure
@cache = old_value
end