5 lines
119 B
Ruby
5 lines
119 B
Ruby
# frozen_string_literal: true
|
|
|
|
class AsymmetricKey < ApplicationRecord
|
|
PRIVATE_KEY_CLEAR_DELAY = 12.hours.freeze
|
|
end
|