diff options
-rw-r--r-- | guides/source/getting_started.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index fecd006a5f..cc916e86d2 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1485,6 +1485,9 @@ Without this file, the confirmation dialog box wouldn't appear.  +TIP: Learn more about jQuery Unobtrusive Adapter (jQuery UJS) on +[Working With Javascript in Rails](working_with_javascript_in_rails.html) guide. + Congratulations, you can now create, show, list, update and destroy articles. |