We don't need self. there. (sorry, can't resist anymore)
This commit is contained in:
parent
44558c7231
commit
7fb6a73db5
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module HasStatus
|
|||
end
|
||||
|
||||
def status
|
||||
all.pluck(self.status_sql).first
|
||||
all.pluck(status_sql).first
|
||||
end
|
||||
|
||||
def started_at
|
||||
|
|
Loading…
Reference in a new issue