Require attr_internal before using in ActionView::Helpers

(cherry picked from commit 3a2ef52ad6)

Signed-off-by: Andrew White <andyw@pixeltrix.co.uk>
This commit is contained in:
Ernie Miller
2011-06-01 10:28:24 -04:00
committed by Andrew White
parent 2d459d25dc
commit 280b657e60

View File

@@ -1,3 +1,5 @@
require 'active_support/core_ext/module/attr_internal'
module ActionView
module Helpers
# This module keeps all methods and behavior in ActionView