From a7a4e91577e832e9bf902bdb704e87de9a42d56e Mon Sep 17 00:00:00 2001 From: Francesco Rodriguez Date: Sat, 16 Jun 2012 18:07:46 -0500 Subject: [PATCH] change not valid syntax [ci-skip] --- guides/source/ajax_on_rails.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/ajax_on_rails.textile b/guides/source/ajax_on_rails.textile index 0787e65068583..c7b05270120ed 100644 --- a/guides/source/ajax_on_rails.textile +++ b/guides/source/ajax_on_rails.textile @@ -107,7 +107,7 @@ will produce button_to 'Destroy', 'http://www.example.com', confirm: 'Are you sure?', - method: 'delete', remote: true, data: { disable-with: 'loading...' } + method: 'delete', remote: true, data: { disable_with: 'loading...' } will produce