Sha256: cc833da826e287373a1e12a3be510f9147154f05806f39a83eebe2b001722ffa
Contents?: true
Size: 286 Bytes
Versions: 29
Compression:
Stored size: 286 Bytes
Contents
module EnjuCirculation module EnjuProfile extend ActiveSupport::Concern def reset_checkout_icalendar_token self.checkout_icalendar_token = SecureRandom.hex(16) end def delete_checkout_icalendar_token self.checkout_icalendar_token = nil end end end
Version data entries
29 entries across 29 versions & 1 rubygems