1. Conclusion </ b>
2. What are CRUD and resources methods? </ B>
3. Why do you need CRUD, resources methods </ b>
4. What I learned from here </ b>
5. Digression </ b>
⭐️ Key features of 4 concepts </ b> ( 7 actions </ b>) required for web applications </ b> ⭐️
Create=new+create Read=index+show Update=edit+update Delete=destroy
From the conclusion, It's an essential concept and action to make a web application! </ b>
CRUD is four concepts (rules) The resources method is an action to perform CRUD. This action is definitely included on Amazon, Rakuten, and Twitter!
Rather not included, we generally use I can't fulfill the web application function!
Since there are all actions that correspond to each concept of CRUD, Far from 3 dense, 7 dense lol
ii) There is a basic idea to create a web application,
It is said that CRUD will be fleshed out in the part of creating the mechanism
I got to know the framework!
So, besides the seven methods that Rails has inherently
How to add an action to route.rb
Stay tuned for the next "collection, member method"!