Skip to content

Commit

Permalink
change not valid syntax [ci-skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Rodriguez committed Jun 16, 2012
1 parent 4d2eb49 commit a7a4e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/ajax_on_rails.textile
Expand Up @@ -107,7 +107,7 @@ will produce

<ruby>
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...' }
</ruby>

will produce
Expand Down

0 comments on commit a7a4e91

Please sign in to comment.