LTe / acts-as-messageable

Gem that allows communication between the models.

Home Page:http://lte.github.io/acts-as-messageable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Method Error for conversations

McMutton opened this issue · comments

When I call the conversations method like below;

current_user.received_messages.conversations

I get the error below;

NoMethodError (undefined method `conversations' for #<ActiveRecord::Relation:0x37b0a20>)

Then I checked my gem folder under ruby installation and saw that the files in acts-as-messageable-0.4.7 have not been updated.

What am I doing wrong here? How can I update the gem correctly?

Edit: I uninstalled and then install the gem again. The problem still persists.

Use master branch

commented

This is due to fixed gem not on ruby gems since Travis ci fails tests?