diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-08-17 21:22:29 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:45:19 -0500 |
commit | 471f698f85c1737c85c4448ab4d9e9ddcb59bd7f (patch) | |
tree | 90eb7b2e84bd8ce560165a3bf2f8cd458ca77123 /app/lib | |
parent | e00b64943b14e903a89bd952e36907b623a3ffb2 (diff) |
[Command Tags] Handle signed alias for footers
Diffstat (limited to 'app/lib')
-rw-r--r-- | app/lib/command_tag/command/footer_tools.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |