method

key

v6.1.7.7 - Show latest stable - Class: Rails::Secrets
key()
public

No documentation available.

# File railties/lib/rails/secrets.rb, line 38
      def key
        ENV["RAILS_MASTER_KEY"] || read_key_file || handle_missing_key
      end