templ clsdf

This commit is contained in:
Andrew Tomaka 2015-04-28 10:53:34 -04:00
parent 27a52c0933
commit 8c610d9546

2
app.rb
View file

@ -15,7 +15,7 @@ get '/' do
@top20 = leaders.reject { |l| l.last_action } + leaders.select { |l| l.last_action }.sort_by { |l| l.last_action }
# temp cleanup
Raid.where('attacker = ? AND defender = ?', 'atomaka', 'mafiaman').destroy
Raid.where('attacker = ? AND defender = ?', 'atomaka', 'mafiaman').destroy_all
erb :index
end