mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-27 15:48:08 -05:00
config.pepper is used by both database_authenticatable and encryptable, but encryptable requires database_authenticatable anyway, so it makes more sense to have it in the database_authenticatable section.