Created
July 8, 2017 00:58
-
-
Save y-yagi/1af98d25d580cf4d04a7d9232d3d6b54 to your computer and use it in GitHub Desktop.
[Rails] show Encrypted secrets
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace :secrets do | |
desc "show secrets" | |
task show: :environment do | |
puts Rails::Secrets.read | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment