Skip to content

Commit

Permalink
fixes spelling of "JavaScript" and link to the complex form examples app
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Apr 5, 2009
1 parent c55507e commit dda04f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/getting_started.textile
Expand Up @@ -1269,7 +1269,7 @@ You'll also need to modify +views/posts/_form.html.erb+ to include the tags:

With these changes in place, you'll find that you can edit a post and its tags directly on the same view.

NOTE. You may want to use javascript to dynamically add additional tags on a single form. For an example of this and other advanced techniques, see the "nested model sample application":http://github.com/alloy/complex-form-examples/tree/nested_attributes.
NOTE. You may want to use JavaScript to dynamically add additional tags on a single form. For an example of this and other advanced techniques, see the "complex form examples application":http://github.com/alloy/complex-form-examples/tree/master.

h3. What's Next?

Expand Down

0 comments on commit dda04f7

Please sign in to comment.