This commit is contained in:
24c02 2025-09-15 16:44:13 -04:00
parent 900f3b9b3a
commit 8929334d31

View file

@ -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