sadasasd


def show @post = Post.find(params[:id]) @comments = @post.comments.paginate(:page => params[:page], :per_page => 5000, :order => 'created_at ASC') @comment = @post.comments.build end