added debugging stuff to index page for ostatus stuffs

This commit is contained in:
maxwell 2010-07-22 20:19:52 -07:00
parent 16bbce3054
commit 3f4219cf94
2 changed files with 3 additions and 0 deletions

View file

@ -4,6 +4,7 @@ class DashboardsController < ApplicationController
def index
@posts = Post.paginate :page => params[:page], :order => 'created_at DESC'
@ostatus = OStatusPost.all
end
def warzombie

View file

@ -3,3 +3,5 @@
= render type_partial(post), :post => post
#pagination
= will_paginate @posts
=@ostatus.inspect