File cleanup/organization in controllers/concerns
(#27846)
This commit is contained in:
parent
0530ce5e95
commit
1f1c75bba5
22 changed files with 26 additions and 26 deletions
|
@ -0,0 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Auth::RegistrationSpamConcern
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
def set_registration_form_time
|
||||
session[:registration_form_time] = Time.now.utc
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue