Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit daf121a

Browse files
authored
Fix lint errors
1 parent b72830b commit daf121a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

config/initializers/devise.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# Use this hook to configure devise mailer, warden hooks and so forth.
22
# Many of these configuration options can be set straight in your model.
33
Devise.setup do |config|
4-
54
# The secret key used by Devise. Devise uses this key to generate
65
# random tokens. Changing this key will render invalid all existing
76
# confirmation, reset password and unlock tokens in the database.
8-
# Operation Code Comment:
7+
# Operation Code Comment:
98
# We use "secret_key_base" as defined in "config/secrets.yml"
109
# The development and test environments have the key publicly available
11-
# Production environment has the key tied to kubernetes as setup in our
10+
# Production environment has the key tied to kubernetes as setup in our
1211
# infrastructure repo: https://github.com/OperationCode/operationcode_infra
13-
#config.secret_key = 'No Overide Set'
12+
# config.secret_key = 'No Overide Set'
1413

1514
# ==> Mailer Configuration
1615
# Configure the e-mail address which will be shown in Devise::Mailer,

0 commit comments

Comments
 (0)