Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Commit

Permalink
Enabled parameter passing through list_activities
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbjorge committed Sep 27, 2012
1 parent 2f12427 commit 96a6642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/google_plus/person.rb
Expand Up @@ -30,8 +30,8 @@ def self.search(query, params = {})

# List the activities for this person
# @return [GooglePlus::Cursor] a cursor of activities for this person
def list_activities
GooglePlus::Activity.for_person(id)
def list_activities(params = {})
GooglePlus::Activity.for_person(id, params)
end

# Load a new instance from an attributes hash
Expand Down

0 comments on commit 96a6642

Please sign in to comment.