From 8929334d310665395602fa6a335754037ab30736 Mon Sep 17 00:00:00 2001 From: 24c02 <163450896+24c02@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:44:13 -0400 Subject: [PATCH] fuckass --- app/controllers/api/v1/letters_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/api/v1/letters_controller.rb b/app/controllers/api/v1/letters_controller.rb index 9590e31..b11e756 100644 --- a/app/controllers/api/v1/letters_controller.rb +++ b/app/controllers/api/v1/letters_controller.rb @@ -1,7 +1,7 @@ module API module V1 class LettersController < ApplicationController - before_action :set_letter, only: [:show, :mark_printed] + before_action :set_letter, only: [:show, :mark_printed, :mark_mailed] def show authorize @letter