0

このコードを変更する方法を見つけようとしています:

%li.input.optional= link_to_remove_association image_tag('minus.png', {:alt => "#{t('blabla.remove_model', model: t('activerecord.models.template_instance_right.one'))}"}), f

代わりにボタンを使用します。Railsを使うのは初めてなので、少し迷っています。

私は試した:

=button_to('Remove', {:alt => "#{t('blabla.remove_model', model: t('activerecord.models.template_instance_right.one'))}"})

ボタンは表示されますが、レコードは削除されません。

使用する必要があると思いますlink_to_remove_associationが、本質的にボタンと組み合わせる方法がわかりません。何か案は ?

4

1 に答える 1