Module: Reputation::User::InstanceMethods
- Defined in:
- lib/reputation/user.rb
Instance Method Summary collapse
-
#reputation ⇒ Object
Returns the reputation value for the user.
Instance Method Details
#reputation ⇒ Object
Returns the reputation value for the user
46 47 48 |
# File 'lib/reputation/user.rb', line 46 def reputation ReputationRule.value_for(self) end |