diff options
author | ISHIKAWA Takayuki <takayuk@hotmail.com> | 2010-09-07 18:41:34 +0900 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2010-09-07 11:03:37 -0300 |
commit | 816ea74c8ebc7f4115721751dceaf8c83b2de38a (patch) | |
tree | d23365db63e2f7ff91d3ff409cbf938521115f8e /railties/lib/rails/tasks | |
parent | e8c7f1af0fe7b408688a3b260d2ba2b7ef03dd28 (diff) | |
download | rails-816ea74c8ebc7f4115721751dceaf8c83b2de38a.tar.gz rails-816ea74c8ebc7f4115721751dceaf8c83b2de38a.tar.bz2 rails-816ea74c8ebc7f4115721751dceaf8c83b2de38a.zip |
revision of typo: crytographically [#5566 state:resolved]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
Diffstat (limited to 'railties/lib/rails/tasks')
-rw-r--r-- | railties/lib/rails/tasks/misc.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/tasks/misc.rake b/railties/lib/rails/tasks/misc.rake index c6c22d83bf..e505b8c338 100644 --- a/railties/lib/rails/tasks/misc.rake +++ b/railties/lib/rails/tasks/misc.rake @@ -7,7 +7,7 @@ task :rails_env do end end -desc 'Generate a crytographically secure secret key (this is typically used to generate a secret for cookie sessions).' +desc 'Generate a cryptographically secure secret key (this is typically used to generate a secret for cookie sessions).' task :secret do require 'active_support/secure_random' puts ActiveSupport::SecureRandom.hex(64) |