summaryrefslogtreecommitdiff
path: root/plugins/rails/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rails/README.md')
-rw-r--r--plugins/rails/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/rails/README.md b/plugins/rails/README.md
index 3eee12fbd..fa66750f0 100644
--- a/plugins/rails/README.md
+++ b/plugins/rails/README.md
@@ -49,6 +49,12 @@ plugins=(... rails)
| `rt` | `rails test` | Run Rails tests |
| `ru` | `rails runner` | Run Ruby code in the context of Rails |
+### Foreman
+
+| Alias | Command | Description |
+| ------ | --------------- | ----------------------------------------- |
+| `fmns` | `foreman start` | Interact with your Rails app from the CLI |
+
### Utility aliases
| Alias | Command | Description |