Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pointlessone committed Oct 25, 2011
1 parent e92c73d commit 0f3c205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -256,7 +256,7 @@ the same purpose of the named scope and returns and

```Ruby
def amount
read_attributed(:amount) or 0
read_attribute(:amount) or 0
end
```

Expand Down

0 comments on commit 0f3c205

Please sign in to comment.