From 221d1cd2f946de782dbd21e912a72d2091a1c647 Mon Sep 17 00:00:00 2001 From: Hrushikesh <66632353+hrushikeshj@users.noreply.github.com> Date: Fri, 13 Jan 2023 20:18:54 +0530 Subject: [PATCH] Update README.md --- week_3/football/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/week_3/football/README.md b/week_3/football/README.md index 24e18349..b6e1a06c 100644 --- a/week_3/football/README.md +++ b/week_3/football/README.md @@ -216,3 +216,11 @@ FootballPlayer.find_by(name: "Messi").destroy - [DELETE | ActiveRecord](https://guides.rubyonrails.org/active_record_basics.html#delete) + +# Rails console +The Rails console is useful for testing out quick ideas with code and debugging applications. + +```bash +rails console +``` +![image](https://user-images.githubusercontent.com/66632353/212348259-fbf59057-7eb1-4e1a-af8c-634161164afc.png)