Drop support for ruby 3.1 (#32363)
This commit is contained in:
parent
a20ac20302
commit
b231c3c1bf
18 changed files with 38 additions and 43 deletions
|
@ -35,8 +35,8 @@ class SessionActivation < ApplicationRecord
|
|||
id && exists?(session_id: id)
|
||||
end
|
||||
|
||||
def activate(**options)
|
||||
activation = create!(**options)
|
||||
def activate(**)
|
||||
activation = create!(**)
|
||||
purge_old
|
||||
activation
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue