Skip to content

Commit

Permalink
populate fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarra committed Mar 3, 2014
1 parent ce88005 commit 2d50afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/lib/social_stream/population/activity_object.rb
Expand Up @@ -6,7 +6,7 @@ def initialize(klass, &block)
start_time = Time.now

10.times do
author = ::Actor.all.sample
author = ::Actor.all.take(10).sample
owner = author
relation_ids = [Relation::Public.instance.id]

Expand Down

0 comments on commit 2d50afc

Please sign in to comment.