aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/erb/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/template/erb/helper.rb')
-rw-r--r--actionpack/test/template/erb/helper.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/actionpack/test/template/erb/helper.rb b/actionpack/test/template/erb/helper.rb
index 799f9e4036..fb9d0315f3 100644
--- a/actionpack/test/template/erb/helper.rb
+++ b/actionpack/test/template/erb/helper.rb
@@ -4,6 +4,8 @@ module ERBTest
include ActionView::Helpers::TagHelper
include ActionView::Helpers::JavaScriptHelper
include ActionView::Helpers::FormHelper
+ include ActionView::Context
+ include ActionController::RecordIdentifier
attr_accessor :output_buffer, :controller
@@ -20,4 +22,4 @@ module ERBTest
"<%= #{str} do %>#{rest}<% end %>"
end
end
-end \ No newline at end of file
+end