class Rails::Command::SecretCommand

def perform

def perform
  require "securerandom"
  puts SecureRandom.hex(64)
end