From 896d935672838f0bcd5c90cf0040255e888721f7 Mon Sep 17 00:00:00 2001 From: kinseyost Date: Tue, 27 Sep 2016 23:26:51 -0700 Subject: [PATCH] Shortcut to rails console --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a8e7856..12bbc14 100644 --- a/README.md +++ b/README.md @@ -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