if activityable.vote_count >= APP_BADGES_CONFIG['nice_answer']
            Achievement.find_or_create('nice_answer',:user=>activityable.user ,:activity=>self ,:uniq_activityable=>true)
          end

          if activityable.vote_count >= APP_BADGES_CONFIG['good_answer']