From 7d6e07ae3c41dbf4034f85ede4dd06015a6d8c52 Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Fri, 25 Mar 2016 14:58:46 +0530 Subject: set in no more used in ActionView::Template::Types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit initially set is used for template type https://github.com/rails/rails/commit/67f55e28 after this commit https://github.com/rails/rails/commit/91f2ad36 it’s not require --- actionview/lib/action_view/template/types.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionview') diff --git a/actionview/lib/action_view/template/types.rb b/actionview/lib/action_view/template/types.rb index c233d06ccb..b32567cd66 100644 --- a/actionview/lib/action_view/template/types.rb +++ b/actionview/lib/action_view/template/types.rb @@ -1,4 +1,3 @@ -require 'set' require 'active_support/core_ext/module/attribute_accessors' module ActionView -- cgit v1.2.3