diff options
Diffstat (limited to 'guides/source/ajax_on_rails.md')
-rw-r--r-- | guides/source/ajax_on_rails.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/ajax_on_rails.md b/guides/source/ajax_on_rails.md index 0c446faa59..da54ae2a2d 100644 --- a/guides/source/ajax_on_rails.md +++ b/guides/source/ajax_on_rails.md @@ -103,7 +103,7 @@ You are ready to add some AJAX love to your Rails app! ### Examples -To make them working with AJAX, simply pass the <tt>remote: true</tt> option to +To make them working with AJAX, simply pass the `remote: true` option to the original non-remote method. ```ruby |