added debug partial
This commit is contained in:
parent
b105b0d6f2
commit
884af9a3b6
1 changed files with 11 additions and 0 deletions
11
app/views/posts/_debug.haml
Normal file
11
app/views/posts/_debug.haml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#debug_info
|
||||
%h5 DEBUG INFO
|
||||
#debug_more{:visability => "hidden"}
|
||||
%ul
|
||||
%li
|
||||
%b params
|
||||
= params.inspect
|
||||
%li
|
||||
%b websocket status
|
||||
#debug
|
||||
.msg
|
||||
Loading…
Reference in a new issue