Skip to content

Commit

Permalink
Shortcut to rails console
Browse files Browse the repository at this point in the history
  • Loading branch information
kinseyost committed Sep 28, 2016
1 parent e8bc844 commit 896d935
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ to models and the database through `rails console`
```
rails console
```
Or for short
```
rails c
```
To specify enironment:
```
rails console c9
Expand Down

0 comments on commit 896d935

Please sign in to comment.