There are get and post in Ruby's routing. I will explain what the difference is.
get: ** Do not modify the database ** Action
post: ** Modify database ** actions
Very simple
Recommended Posts