christospappas / streama

Streama is a simple activity stream gem for use with the Mongoid ODM framework.
MIT License
133 stars 31 forks source link

undefined method `published_activities' #17

Closed henrydjacob closed 12 years ago

henrydjacob commented 12 years ago

Got the following error, even though my user is an Actor undefined method `published_activities' for #User:0x007fba764ec798

christospappas commented 12 years ago

Which version are you running? That method was added in 0.3.5.

henrydjacob commented 12 years ago

Thanks. Referring the latest from github solved the problem gem 'streama', :git => 'https://github.com/christospappas/streama.git'