method
extract_custom_environment
v8.0.0 -
Show latest stable
- Class:
Rails::Command::CredentialsCommand
extract_custom_environment(path)private
No documentation available.
# File railties/lib/rails/commands/credentials/credentials_command.rb, line 134
def extract_custom_environment(path)
path =~ %{config/credentials/(.+)\.yml\.enc} && $1
end