fixes #2517: Janitor trial report broken

This commit is contained in:
r888888888
2015-09-17 11:35:50 -07:00
parent 6297ff8638
commit 486cdcb039
5 changed files with 27 additions and 14 deletions

View File

@@ -11,6 +11,10 @@ module Reports
JanitorTrial.where(user_id: user.id).first
end
def created_at
trial.created_at
end
def since
3.months.ago
end