about summary refs log tree commit diff
path: root/app/lib
diff options
context:
space:
mode:
authorFire Demon <firedemon@creature.cafe>2020-07-23 18:09:06 -0500
committerFire Demon <firedemon@creature.cafe>2020-08-30 05:45:15 -0500
commit9ad70025d64be2a9ce012ad155ac249dd0e4c71b (patch)
treea6c9aa73bc24f8f890f29cf7cf12fd565ec23a82 /app/lib
parent6378feffa8935238bdb5f1f1c01fcb102440fe30 (diff)
[Revise] Rename StatusTools to ParentStatusTools for next commit
Diffstat (limited to 'app/lib')
-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?