added debugging stuff to index page for ostatus stuffs
This commit is contained in:
parent
16bbce3054
commit
3f4219cf94
2 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -3,3 +3,5 @@
|
|||
= render type_partial(post), :post => post
|
||||
#pagination
|
||||
= will_paginate @posts
|
||||
|
||||
=@ostatus.inspect
|
||||
|
|
|
|||
Loading…
Reference in a new issue