method
extract_environment_from_path
v8.1.1 -
Show latest stable
- Class:
Rails::Command::CredentialsCommand
extract_environment_from_path(path)private
No documentation available.
# File railties/lib/rails/commands/credentials/credentials_command.rb, line 150
def extract_environment_from_path(path)
available_environments.find { |env| path.end_with?("#{env}.yml.enc") } || extract_custom_environment(path)
end