Rubyのルーティングの中にgetとpostがあります。
その違いは何なのかを説明していきます。
get:
データベースを変更しないアクション
post:
データベースを変更するアクション
非常にシンプルです
Go to list of users who liked
More than 3 years have passed since last update.
Rubyのルーティングの中にgetとpostがあります。
その違いは何なのかを説明していきます。
get:
データベースを変更しないアクション
post:
データベースを変更するアクション
非常にシンプルです
Register as a new user and use Qiita more conveniently
Go to list of users who liked