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