Skip to content

Commit a5ea1ba

Browse files
committed
Consistent use of string type for session_keys_to_persist
1 parent 8953629 commit a5ea1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/dummy/config/initializers/rpi_auth.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
config.brand = 'codeclub'
77
config.host_url = 'http://localhost:3009'
88
config.identity_url = 'http://localhost:3002'
9-
config.session_keys_to_persist = %w[foo bar]
9+
config.session_keys_to_persist = 'foo bar'
1010
config.user_model = 'User'
1111

1212
# Redurect to the next URL

0 commit comments

Comments
 (0)