diff --git a/app/models/post_analyzer.rb b/app/models/post_analyzer.rb index e0105cce4eb..84f018bfa8e 100644 --- a/app/models/post_analyzer.rb +++ b/app/models/post_analyzer.rb @@ -60,7 +60,7 @@ class PostAnalyzer raw_mentions.compact! raw_mentions.uniq! - @raw_mention = raw_mentions + @raw_mentions = raw_mentions end # from rack ... compat with ruby 2.2