remove unused variable
This commit is contained in:
parent
8d8d3c649a
commit
9fc70a03a9
1 changed files with 0 additions and 2 deletions
|
|
@ -245,8 +245,6 @@ class User < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def add_to_streams(post, aspects_to_insert)
|
||||
inserted_aspect_ids = aspects_to_insert.map{|x| x.id}
|
||||
|
||||
aspects_to_insert.each do |aspect|
|
||||
aspect << post
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue