Skip to content

Commit

Permalink
fix broken link to clj-record.core
Browse files Browse the repository at this point in the history
  • Loading branch information
mnicky committed Aug 21, 2012
1 parent b999907 commit fb7a213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ into function definitions for basic crud operations:
* destroy-record (from a map of attributes that must include :id)
* record-count (by optional map of attributes)

See the functions of the same names in "clj-record.core":http://github.com/duelinmarkers/clj-record/tree/master/clj_record/core.clj for documentation.
See the functions of the same names in "clj-record.core":https://github.com/duelinmarkers/clj-record/blob/master/src/clj_record/core.clj for documentation.
(The functions in clj-record.core take the model-name as a first argument. The functions generated in your model namespace already know what model they're about, so they don't take that argument. Otherwise the functions are the same.)

Additional optional arguments to init-model can generate richer functionality.
Expand Down

0 comments on commit fb7a213

Please sign in to comment.