templ clsdf
This commit is contained in:
parent
27a52c0933
commit
8c610d9546
1 changed files with 1 additions and 1 deletions
2
app.rb
2
app.rb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue