Method: Rails::Command::SecretCommand#perform

Defined in:
railties/lib/rails/commands/secret/secret_command.rb

#performObject



7
8
9
10
# File 'railties/lib/rails/commands/secret/secret_command.rb', line 7

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