Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Commit

Permalink
typo 'git' => 'get'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannik Schürg committed Dec 13, 2008
1 parent d24751b commit 0c91a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book-content/en/2-getting-started/5-controllers.markdown
Expand Up @@ -219,7 +219,7 @@ It might look something like this:
Posts < Application
def display
#Post is a Model class
@post = Post.git(params[:id])
@post = Post.get(params[:id])
display @post
end
end.
Expand Down

0 comments on commit 0c91a87

Please sign in to comment.