Skip to content

Commit

Permalink
Minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jroes committed Apr 26, 2012
1 parent 2497fd9 commit 8bf97d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/getting_started.textile
Expand Up @@ -465,7 +465,7 @@ invoking the command: <tt>rake db:migrate RAILS_ENV=production</tt>.

h4. Saving data in the controller

Back into +posts_controller+, we need to change the +create+ action
Back in +posts_controller+, we need to change the +create+ action
to use the new +Post+ model to save data in the database. Open that file
and change the +create+ action to look like the following:

Expand Down

0 comments on commit 8bf97d1

Please sign in to comment.