Skip to content
Snippets Groups Projects
Unverified Commit 6ca0de94 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix nil error when rendering featured hashtags on profile (#18808)

Regression from #18795
parent e7aa2be8
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ class FeaturedTag < ApplicationRecord
before_create :set_tag
before_create :reset_data
delegate :display_name, to: :tag
attr_writer :name
def name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment