Skip to content

Commit

Permalink
don't forget the @
Browse files Browse the repository at this point in the history
  • Loading branch information
quartata committed Feb 13, 2018
1 parent 55d9d40 commit 781a875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/feedback.rb
Expand Up @@ -27,7 +27,7 @@ class Feedback < ApplicationRecord

post.flag_logs.each do |flag|
if flag.success && flag.user.username then
names << flag.user.username.tr(' ', '')
names << "@" + flag.user.username.tr(' ', '')
end
end

Expand Down

0 comments on commit 781a875

Please sign in to comment.