module Persistable
Public Instance Methods
remove_all()
click to toggle source
# File lib/best_companies/concerns/persistable.rb, line 37 def remove_all self.all.clear end
# File lib/best_companies/concerns/persistable.rb, line 37 def remove_all self.all.clear end