Skip to content

Commit

Permalink
no level required there
Browse files Browse the repository at this point in the history
  • Loading branch information
paulca committed May 20, 2010
1 parent 36fe267 commit 37978fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/achievement/templates/achievement.rb
Expand Up @@ -21,8 +21,8 @@ class <%= class_name %> < Achievement
# Comment out below for once-off achievements
# def self.award_achievements_for(user)
# return unless user
# return if user.has_achievement?(self, level[:level])
# user.award_achievement(self, level[:level])
# return if user.has_achievement?(self)
# user.award_achievement(self)
# end

end

0 comments on commit 37978fb

Please sign in to comment.