From 21b51eda632ab202bd2eeaa726a05af52a38bad0 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 11 Oct 2007 00:21:59 +0000 Subject: JavaScriptVariableProxy#to_json ignores the options arg git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7831 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/prototype_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers') diff --git a/actionpack/lib/action_view/helpers/prototype_helper.rb b/actionpack/lib/action_view/helpers/prototype_helper.rb index 40b2b24368..e19b9097ea 100644 --- a/actionpack/lib/action_view/helpers/prototype_helper.rb +++ b/actionpack/lib/action_view/helpers/prototype_helper.rb @@ -867,7 +867,7 @@ module ActionView true end - def to_json + def to_json(options = nil) @variable end -- cgit v1.2.3