method
key
v7.0.0 -
Show latest stable
- Class:
Rails::Secrets
key()public
No documentation available.
# File railties/lib/rails/secrets.rb, line 37
def key
ENV["RAILS_MASTER_KEY"] || read_key_file || handle_missing_key
end