Method: Backup::Model.all
- Defined in:
- lib/backup/model.rb
.all ⇒ Object
The Backup::Model.all class method keeps track of all the models that have been instantiated. It returns the @all class variable, which contains an array of all the models
13 14 15 |
# File 'lib/backup/model.rb', line 13 def all @all ||= [] end |