5 lines
117 B
Ruby
5 lines
117 B
Ruby
# frozen_string_literal: true
|
|
|
|
class AsymmetricKey < ApplicationRecord
|
|
PRIVATE_KEY_CLEAR_DELAY = 1.hour.freeze
|
|
end
|