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