method

key

rails 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