fix janitor trial report
This commit is contained in:
@@ -12,7 +12,7 @@ module Reports
|
|||||||
end
|
end
|
||||||
|
|
||||||
def created_at
|
def created_at
|
||||||
trial.created_at
|
trial.try(:created_at) || 10.years.ago
|
||||||
end
|
end
|
||||||
|
|
||||||
def since
|
def since
|
||||||
|
|||||||
Reference in New Issue
Block a user