module TreasureHunt::Achievement

Private Instance Methods

update_user_points() click to toggle source
# File lib/treasure_hunt/achievement.rb, line 63
def update_user_points
  self.user.update_points
end