Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.

Reputation System Associations

Katsuya Noguchi edited this page Oct 5, 2012 · 1 revision

ActiveRecord Reputation System adds two has_many associaitons to all models that defines a reputation.

Reputations Association

Target records can access its reputation data:

target.reputations

Evaluations Association

Target records can access its evaluation data:

target.evaluations