mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
secrets.secret_token is deprecated in favor of secret_key_base and will be removed in Rails 6.0.
4 lines
97 B
Ruby
4 lines
97 B
Ruby
# frozen_string_literal: true
|
|
|
|
Rails.application.config.secret_key_base = AppConfig.secret_token
|