3
4

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 on Railsで動的に追加・削除可能な入力フォーム

Last updated at Posted at 2017-12-25

「Ruby on Railsで動的に追加・削除可能な入力フォームの実装手順
https://www.virment.com/add_and_remove_rails_nested_form_dynamically/

gem 'nested_form_fields'
gem 'jquery-rails'
これが無いと動かない

//= require jquery <<
//= require rails-ujs
//= require activestorage
//= require turbolinks
//= require_tree .
//= require nested_form_fields <<

Uncaught ReferenceError: $ is not defined

3
4
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
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?