From: Hans F. <fu...@us...> - 2004-06-25 04:27:26
|
Update of /cvsroot/neelix/neelix/model In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9681/model Modified Files: model.rb Log Message: Adding stuff (except ingredient) works Index: model.rb =================================================================== RCS file: /cvsroot/neelix/neelix/model/model.rb,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- model.rb 10 Jun 2004 14:35:22 -0000 1.11 +++ model.rb 25 Jun 2004 04:27:18 -0000 1.12 @@ -520,7 +520,13 @@ nil end - # create a new <type> with the hash of values given. + # create a new <type> with the hash of <values> given. + # cookbook:: name + # category:: cookbook_id, name + # recipe:: name + # ingredient:: recipe_id, measure_id, quantity, food_id, modifier + # food:: name + # measure:: (nothing) def create(type,values) check_dbh |