1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
lpr-partynest/app/models/asymmetric_key.rb

6 lines
117 B
Ruby
Raw Normal View History

2019-09-13 13:19:54 -04:00
# frozen_string_literal: true
class AsymmetricKey < ApplicationRecord
2019-09-13 15:50:52 -04:00
PRIVATE_KEY_CLEAR_DELAY = 1.hour.freeze
2019-09-13 13:19:54 -04:00
end