method

key_path

key_path()
private

No documentation available.

# File railties/lib/rails/commands/credentials/credentials_command.rb, line 111
        def key_path
          options[:environment] ? "config/credentials/#{options[:environment]}.key" : "config/master.key"
        end