Skip to content
Extraits de code Groupes Projets
Valider 3f4219cf rédigé par maxwell's avatar maxwell
Parcourir les fichiers

added debugging stuff to index page for ostatus stuffs

parent 16bbce30
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -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
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter