Module: Persistable

Defined in:
lib/best_companies/concerns/persistable.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Instance Method Summary collapse

Instance Method Details

#remove_allObject



37
38
39
# File 'lib/best_companies/concerns/persistable.rb', line 37

def remove_all
 self.all.clear
end