move cards

This commit is contained in:
2023-01-20 19:54:20 +02:00
parent e752c46d96
commit 321f1909c5
8 changed files with 29 additions and 9 deletions

View File

@ -39,7 +39,7 @@ module Merged
@card.update(params[:card])
@card.update_options( params[:options])
@card.edit_save(current_member.email)
redirect_to section_cards_url(@card.section.id) , notice: "Updated #{@card.header}"
redirect_to section_cards_url(@card.section_id) , notice: "Updated #{@card.header}"
end
private