0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ruby メッセージ 開発 メモ

Posted at

■フォームヘルパ
特定のモデルオブジェクトを作成、編集するためのフォームを自動で生成するヤツ
モデルとビューを結びつける

■レンダリング
出力

(<%= link_to "edit" , edit_message_path(message) %>
<%= link_to "destroy" , message , method: :delete, data: { confirm: '削除してもよろしいですか?' } %>
)
書き方がめちゃくちゃ

bootstrap-sprockets
便利な奴

0
0
0

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
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?