method

path

v7.1.3.4 - Show latest stable - Class: Rails::Secrets
path()
private

No documentation available.

# File railties/lib/rails/secrets.rb, line 78
        def path
          @root.join("config", "secrets.yml.enc").to_s
        end