Merge pull request #154 from zonkeynir/master

Issue for mongoid
This commit is contained in:
John McAliley 2014-04-30 15:51:25 -04:00
commit cacdd66fd8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ class Impression
include Impressionist::CounterCache
Impressionist::SetupAssociation.new(self).set
field :impressionable_id
field :impressionable_id, type: BSON::ObjectId
field :impressionable_type
field :user_id
field :controller_name