method
key_path
v6.1.3.1 -
Show latest stable
- Class:
Rails::Command::CredentialsCommand
key_path()private
No documentation available.
# File railties/lib/rails/commands/credentials/credentials_command.rb, line 106
def key_path
options[:environment] ? "config/credentials/#{options[:environment]}.key" : "config/master.key"
end