try to print to logs
This commit is contained in:
parent
8926bd6c05
commit
482afa7ae2
1 changed files with 2 additions and 0 deletions
2
app.rb
2
app.rb
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue