我希望能夠使用Active_admin中的formtastic在我的編輯表單中刪除圖像。有很多關於這個的帖子,但我似乎無法得到它適合我的設置出於某種原因。 我有一個Post模型和保持圖像的每個職位的NewsImages模型: class Post < ActiveRecord::Base
has_many :news_images, dependent: :destroy
a
我90%肯定,我做的事情顯然是錯誤的位置,但是當我使用的是選擇一個集合: <%= f.input :description,
:label => "Which best describes who you are?",
:prompt => "Select an option...",
:collection => [[ "I am working for a com