method
extract_custom_environment
v8.1.1 -
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 154
def extract_custom_environment(path)
path =~ %{config/credentials/(.+)\.yml\.enc} && $1
end