1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

change not valid syntax [ci-skip]

This commit is contained in:
Francesco Rodriguez 2012-06-16 18:07:46 -05:00
parent 4d2eb49d96
commit a7a4e91577

View file

@ -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