We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d28673 + 0707631 commit 5cd254cCopy full SHA for 5cd254c
.env.example
@@ -19,4 +19,4 @@ DATABASE_HOST=localhost
19
MAIL_LINK_HOST=localhost:3000
20
21
# a list of emails for superadmin users
22
-ADMINS="superadmin@example.com"
+ADMINS="admin@timeoverflow.org"
app/models/post.rb
@@ -124,6 +124,6 @@ def member
124
end
125
126
def rendered_description
127
- RDiscount.new(description, :autolink)
+ RDiscount.new(description || '', :autolink)
128
129
0 commit comments