From 884af9a3b695b81719638c21965188e78c0c2f21 Mon Sep 17 00:00:00 2001 From: maxwell Date: Fri, 25 Jun 2010 15:35:40 -0700 Subject: [PATCH] added debug partial --- app/views/posts/_debug.haml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/views/posts/_debug.haml diff --git a/app/views/posts/_debug.haml b/app/views/posts/_debug.haml new file mode 100644 index 000000000..75f853068 --- /dev/null +++ b/app/views/posts/_debug.haml @@ -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