don't 500 on share#show for topics

This commit is contained in:
Andrew Brown 2020-08-02 22:24:01 -07:00
parent b466b3e041
commit 4272536fca
2 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

View File

@ -29,6 +29,13 @@ module Extensions
message: self.title,
)
end
def random_public_image
"card-headers/discussions.jpg"
end
def name
self.title
end
end
end
end