Class: TemporaryData
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- TemporaryData
- Defined in:
- app/models/temporary_data.rb
Class Method Summary collapse
Class Method Details
.delete_expired ⇒ Object
8 9 10 |
# File 'app/models/temporary_data.rb', line 8 def self.delete_expired expired.delete_all end |
.not_expired ⇒ Object
12 13 14 |
# File 'app/models/temporary_data.rb', line 12 def self.not_expired unexpired end |