Module: EnjuCirculation::EnjuProfile::InstanceMethods
- Defined in:
- lib/enju_circulation/profile.rb
Instance Method Summary collapse
Instance Method Details
#delete_checkout_icalendar_token ⇒ Object
18 19 20 |
# File 'lib/enju_circulation/profile.rb', line 18 def delete_checkout_icalendar_token self.checkout_icalendar_token = nil end |
#reset_checkout_icalendar_token ⇒ Object
14 15 16 |
# File 'lib/enju_circulation/profile.rb', line 14 def reset_checkout_icalendar_token self.checkout_icalendar_token = SecureRandom.hex(16) end |