method

extract_custom_environment

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