Files
fizzy/app/controllers/cards/not_nows_controller.rb
T
Jorge Manrubia 1b39e0b45e Format
2025-09-28 11:18:54 +02:00

9 lines
147 B
Ruby

class Cards::NotNowsController < ApplicationController
include CardScoped
def create
@card.postpone
render_card_replacement
end
end