Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gushov committed Nov 21, 2012
1 parent 552bcc5 commit 49e6abd
Showing 1 changed file with 11 additions and 19 deletions.
30 changes: 11 additions & 19 deletions README.md
Expand Up @@ -64,35 +64,27 @@ dunkel.save(function (err) {

## Documentation

### syncr(sync)
### syncr(syncMethod)

__sync(method, obj, callback)__
### model.extend(config)

__methods__
### model.create(properties)

* 'create'
* 'update'
* 'fetch'
* 'destroy'
* 'find'
### _model_.validate()

### model.extend(config)
### _model_.save(callback)

__config__
### _model_.fetch(callback)

* defaults
* rules
* children

### model.create(properties)
### _model_.destroy(callback)

### _modelInstance_.validate()
### collection.extend(config)

### _modelInstance_.save(callback)
### collection.create(propertiesList)

### _modelInstance_.fetch(callback)
### _collection_.validate()

### _modelInstance_.destroy(callback)
### _collection_.find(callback)

## License
Copyright (c) 2012 August Hovland
Expand Down

0 comments on commit 49e6abd

Please sign in to comment.