Skip to content

Commit

Permalink
fixup tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pushcx committed Apr 11, 2018
1 parent bd89ef3 commit c500f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/tag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def log_modifications
self.changes.map {|f, c| "changed #{f} from '#{c[0]}' to '#{c[1]}'" } .join(', ')
end
m.moderator_user_id = @edit_user_id
m.tag = self
m.tag_id = self.id
end
end
end

0 comments on commit c500f89

Please sign in to comment.