From 471f698f85c1737c85c4448ab4d9e9ddcb59bd7f Mon Sep 17 00:00:00 2001 From: Fire Demon Date: Mon, 17 Aug 2020 21:22:29 -0500 Subject: [Command Tags] Handle signed alias for footers --- app/lib/command_tag/command/footer_tools.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app') diff --git a/app/lib/command_tag/command/footer_tools.rb b/app/lib/command_tag/command/footer_tools.rb index f517b40bf..505dd6931 100644 --- a/app/lib/command_tag/command/footer_tools.rb +++ b/app/lib/command_tag/command/footer_tools.rb @@ -37,6 +37,7 @@ module CommandTag::Command::FooterTools alias handle_we_before_save handle_i_before_save alias handle_signature_before_save handle_footer_before_save + alias handle_signed_before_save handle_footer_before_save alias handle_sign_before_save handle_footer_before_save alias handle_sig_before_save handle_footer_before_save alias handle_am_before_save handle_footer_before_save -- cgit