Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hrushikeshj authored Jan 13, 2023
1 parent 77ab65b commit 221d1cd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions week_3/football/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 221d1cd

Please sign in to comment.