diff options
-rw-r--r-- | app/lib/command_tag/commands/parent_status_tools.rb (renamed from app/lib/command_tag/commands/status_tools.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/command_tag/commands/status_tools.rb b/app/lib/command_tag/commands/parent_status_tools.rb index 1691fcf53..df3cd06c6 100644 --- a/app/lib/command_tag/commands/status_tools.rb +++ b/app/lib/command_tag/commands/parent_status_tools.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # rubocop:disable Layout/ExtraSpacing -module CommandTag::Commands::StatusTools +module CommandTag::Commands::ParentStatusTools def handle_publish_once_at_end return unless author_of_parent? && !@parent.published? |