Skip to content

Commit

Permalink
docs: update code sample in README.md (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharygolba committed May 22, 2016
1 parent 940b53a commit 50c1827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ With Lux your code from before can now look like this:
class PostsController extends Controller {
@action
index(req, res) {
return this.store.query('post', req.params);
return Post.findAll();
}
}
```
Expand Down

0 comments on commit 50c1827

Please sign in to comment.