class SportDb::Market::Deleter

Public Instance Methods

run( args=[] ) click to toggle source
# File lib/sportdb/market.rb, line 57
def run( args=[] )
  # for now delete all tables

  Service.delete_all
  Quote.delete_all
  GroupQuote.delete_all
  EventQuote.delete_all
end