Module: EnjuCirculation::EnjuProfile
- Extended by:
- ActiveSupport::Concern
- Defined in:
- app/models/concerns/enju_circulation/enju_profile.rb
Instance Method Summary collapse
Instance Method Details
#delete_checkout_icalendar_token ⇒ Object
9 10 11 |
# File 'app/models/concerns/enju_circulation/enju_profile.rb', line 9 def delete_checkout_icalendar_token self.checkout_icalendar_token = nil end |
#reset_checkout_icalendar_token ⇒ Object
5 6 7 |
# File 'app/models/concerns/enju_circulation/enju_profile.rb', line 5 def reset_checkout_icalendar_token self.checkout_icalendar_token = SecureRandom.hex(16) end |