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