From 92088131ac15734f2227e9d85ea751e3f89b0116 Mon Sep 17 00:00:00 2001 From: Vasiliy Ermolovich Date: Tue, 20 Dec 2011 20:25:56 +0300 Subject: fix adding field_with_errors to date selects, closes #3487 --- actionpack/lib/action_view/helpers/active_model_helper.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'actionpack/lib/action_view/helpers/active_model_helper.rb') diff --git a/actionpack/lib/action_view/helpers/active_model_helper.rb b/actionpack/lib/action_view/helpers/active_model_helper.rb index 96c3eec337..56f15604a6 100644 --- a/actionpack/lib/action_view/helpers/active_model_helper.rb +++ b/actionpack/lib/action_view/helpers/active_model_helper.rb @@ -1,4 +1,3 @@ -require 'action_view/helpers/form_helper' require 'active_support/core_ext/class/attribute_accessors' require 'active_support/core_ext/enumerable' require 'active_support/core_ext/object/blank' @@ -47,9 +46,5 @@ module ActionView options['type'] != 'hidden' end end - - class InstanceTag - include ActiveModelInstanceTag - end end end -- cgit v1.2.3