method
content_path
v7.0.0 -
Show latest stable
- Class:
Rails::Command::CredentialsCommand
content_path()private
No documentation available.
# File railties/lib/rails/commands/credentials/credentials_command.rb, line 107
def content_path
@content_path ||= options[:environment] ? "config/credentials/#{options[:environment]}.yml.enc" : "config/credentials.yml.enc"
end