Remove unused method

This commit is contained in:
Gonzalo Rodriguez 2011-10-12 04:31:55 -02:00
parent 12ddf00e16
commit 2de057d210

View file

@ -13,8 +13,6 @@ class AspectsController < ApplicationController
respond_to :html, :js respond_to :html, :js
respond_to :json, :only => [:show, :create] respond_to :json, :only => [:show, :create]
helper_method :selected_people
def index def index
aspect_ids = (session[:a_ids] ? session[:a_ids] : []) aspect_ids = (session[:a_ids] ? session[:a_ids] : [])
@stream = AspectStream.new(current_user, aspect_ids, @stream = AspectStream.new(current_user, aspect_ids,