# rake-tasks

## List all rake tasks defined for a project

To list all the rake tasks defined in a project, run

```
rails -T
```

from the project root.
