We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
def setup purge_table(Pet) end def purge_table(instance_of) Array(instance_of).each do |x| x.name.constantize.all.delete_all end end