module Tableless::Persistence::ClassMethods

Public Instance Methods

destroy(*) click to toggle source
# File lib/tableless/persistence.rb, line 6
def destroy(*)
  new.destroy
end
destroy_all(*) click to toggle source
# File lib/tableless/persistence.rb, line 10
def destroy_all(*)
  []
end