From f5cd6460dfd3a77612c5e12292aa36335d4f8a35 Mon Sep 17 00:00:00 2001 From: Mo Alamin Date: Mon, 27 Nov 2017 23:30:14 -0500 Subject: [PATCH] TLDR009 Page should contain a newline at end of file, fix. --- pages/common/rails.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/rails.md b/pages/common/rails.md index f37f4baef..2d33d31f6 100644 --- a/pages/common/rails.md +++ b/pages/common/rails.md @@ -14,10 +14,10 @@ `rails server` -- Start local server for current project on a specified port: +- Start local server for current project on a specified port (while in projects root directory): `rails server -p "{{port_number}}"` - Open console to interact with applicaiton from command line (while in projects root directory): -`rails console` \ No newline at end of file +`rails console`