From 412b785ec43960058abed342d3d872a5a2f80e7c Mon Sep 17 00:00:00 2001
From: Edouard CHIN <edouard.chin@shopify.com>
Date: Sat, 2 Jul 2016 01:51:41 -0400
Subject: `partial` option on the digest method is no more needed [ci skip]:

- `partial` option is not used anymore, this was removed in https://github.com/rails/rails/pull/23724
---
 actionview/lib/action_view/digestor.rb | 1 -
 1 file changed, 1 deletion(-)

(limited to 'actionview/lib')

diff --git a/actionview/lib/action_view/digestor.rb b/actionview/lib/action_view/digestor.rb
index f3c29d663c..9c18ec56ca 100644
--- a/actionview/lib/action_view/digestor.rb
+++ b/actionview/lib/action_view/digestor.rb
@@ -12,7 +12,6 @@ module ActionView
       # * <tt>name</tt>   - Template name
       # * <tt>finder</tt>  - An instance of <tt>ActionView::LookupContext</tt>
       # * <tt>dependencies</tt>  - An array of dependent views
-      # * <tt>partial</tt>  - Specifies whether the template is a partial
       def digest(name:, finder:, dependencies: [])
         dependencies ||= []
         cache_key = [ name, finder.rendered_format, dependencies ].flatten.compact.join('.')
-- 
cgit v1.2.3