From 5a75f1ab900d9637a6e7390abb9ea7faf9a85647 Mon Sep 17 00:00:00 2001 From: "Stephen St. Martin" Date: Mon, 25 Jan 2010 17:32:24 -0500 Subject: add missing call to set_with_and_condition_attributes for form_remote_tag --- actionpack/lib/action_view/helpers/ajax_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/lib') diff --git a/actionpack/lib/action_view/helpers/ajax_helper.rb b/actionpack/lib/action_view/helpers/ajax_helper.rb index b29dc50c8d..adb686aad4 100644 --- a/actionpack/lib/action_view/helpers/ajax_helper.rb +++ b/actionpack/lib/action_view/helpers/ajax_helper.rb @@ -580,6 +580,7 @@ module ActionView def form_remote_tag(options, &block) html = {} set_callbacks(options, html) + set_with_and_condition_attributes(options, html) options.merge!(:callbacks => html) super end -- cgit v1.2.3