Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/projects/blogger.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ edit_article GET /articles/:id/edit(.:format) articles#edit
DELETE /articles/:id(.:format) articles#destroy
{% endterminal %}

Note :- `rake routes` is deprectaed in rails 6.1,Use `rails routes` instead.

Experiment with commenting out the `resources :articles` in `routes.rb` and running the command again. Un-comment the line after you see the results.

These are the seven core actions of Rails' REST implementation. To understand the table, let's look at the first row as an example:
Expand Down