Remove unused method
This commit is contained in:
parent
12ddf00e16
commit
2de057d210
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue