class Rails::Secrets::MissingKeyError
:nodoc:
Greatly inspired by Ara T. Howard’s magnificent sekrets gem. 😘
def initialize
def initialize super(<<-end_of_message.squish) Missing encryption key to decrypt secrets with. Ask your team for your master key and put it in ENV["RAILS_MASTER_KEY"] end_of_message end