We don't need self. there. (sorry, can't resist anymore)

This commit is contained in:
Lin Jen-Shin 2016-10-03 19:49:53 +08:00
parent 44558c7231
commit 7fb6a73db5

View file

@ -33,7 +33,7 @@ module HasStatus
end
def status
all.pluck(self.status_sql).first
all.pluck(status_sql).first
end
def started_at