Commit 7fb6a73d authored by Lin Jen-Shin's avatar Lin Jen-Shin

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

parent 44558c72
......@@ -33,7 +33,7 @@ module HasStatus
end
def status
all.pluck(self.status_sql).first
all.pluck(status_sql).first
end
def started_at
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment