This commit is contained in:
Bill Rossi 2025-08-16 15:59:40 -04:00
parent 9df060a124
commit 6612483ac4
2 changed files with 2 additions and 3 deletions

View File

@ -11,7 +11,6 @@ module Commands
class Command
def self.inherited(klass)
p klass
Commands.register_command klass
end