LoginSignup
0

More than 3 years have passed since last update.

【Rails】入力フォームで値を送信

Posted at

この記事の概要

・RubyOnRailsについて、Progateで学んだことを書き記す
・ガチ初心者によるもの
・主に備忘録として、随時書き足していく

項目

入力フォーム

<%= form_tag(/introduce/create) do %> //submitボタン押下時のデータ送信先URLを指定
    <textarea></textarea>
    <input type="submit" value="投稿">
<% end %>

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0