1
0
Fork 0

try to print to logs

This commit is contained in:
Andrew Tomaka 2015-04-28 10:43:13 -04:00
parent 8926bd6c05
commit 482afa7ae2
1 changed files with 2 additions and 0 deletions

2
app.rb
View File

@ -37,6 +37,8 @@ get '/bossfight' do
@first_negative = user_raids.first_negative
@soldiers_killed = user_raids.soldiers_lost_to_date(@first_negative.created_at)
@contributers = user_raids.contributors(@first_negative.created_at)
require 'pp'
pp @contributers
erb :bossfight
end