Skip to content

Commit

Permalink
remove unsued method from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seancookr committed Dec 11, 2015
1 parent 1904898 commit 7fc34b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ This will not replace de default find view.
```ruby
class User < Dolly::Document
database_name 'db'
set_design_doc 'dolly' #defaults to 'dolly'
property :name, :surname, :address
property :date_of_birth, class_name: Date, default: Date.today
Expand Down

0 comments on commit 7fc34b8

Please sign in to comment.