method

new

rails latest stable - Class: Rails::Secrets::MissingKeyError
new()
public

No documentation available.

# File railties/lib/rails/secrets.rb, line 11
      def initialize
        super(          Missing encryption key to decrypt secrets with.          Ask your team for your master key and put it in ENV["RAILS_MASTER_KEY"].squish)
      end