Skip to content

Commit

Permalink
Added "ON" to TRUE_VALUES as well
Browse files Browse the repository at this point in the history
  • Loading branch information
itay-grudev authored Nov 7, 2024
1 parent 8e02d80 commit 7d2b452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/devise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module Test
NO_INPUT = []

# True values used to check params
TRUE_VALUES = [true, 1, '1', 'on', 't', 'T', 'true', 'TRUE']
TRUE_VALUES = [true, 1, '1', 'on', 'ON', 't', 'T', 'true', 'TRUE']

# Secret key used by the key generator
mattr_accessor :secret_key
Expand Down

0 comments on commit 7d2b452

Please sign in to comment.