Remove confusing/incorrect comments

This commit is contained in:
Julian Tescher 2014-03-30 23:14:21 -07:00
parent fb70df3ff3
commit a6062e0b98
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
module Jobs
# Asynchronously send an email to a user
class UpdateUserInfo < Jobs::Base
def execute(args)
@ -9,4 +8,5 @@ module Jobs
user.update_ip_address!(args[:ip_address])
end
end
end

View File

@ -1,6 +1,5 @@
module Jobs
# Asynchronously send an email to a user
class ViewTracker < Jobs::Base
def execute(args)
topic_id = args[:topic_id]
@ -14,4 +13,5 @@ module Jobs
end
end
end
end