不要怂,就是干,撸起袖子干!

Commit 97a07778 by Sascha Depold

typo

1 parent e48715eb
Showing with 1 additions and 1 deletions
......@@ -173,7 +173,7 @@ This will create a table named according to the table names of Project and Membe
## Finding some objects ##
OK... you can define classes and associations. You can save them. You would probably like to get them from the databse again :) Easy:
OK... you can define classes and associations. You can save them. You would probably like to get them from the database again :) Easy:
Project.find(123, function(project) {
// project will be an instance of Project and stores the content of the table entry with id 123
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!