Module: MetacriticGames::Concerns::Persistable::ClassMethods

Included in:
Game, Genre, Platform
Defined in:
lib/concerns/persistable.rb

Instance Method Summary collapse

Instance Method Details

#destroy_allObject

Class Method



10
11
12
# File 'lib/concerns/persistable.rb', line 10

def destroy_all  #Class Method
  self.all.clear
end