method
extract_environment_from_path
v7.0.0 -
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 115
def extract_environment_from_path(path)
available_environments.find { |env| path.include? env } if path.end_with?(".yml.enc")
end