add css for highliting a specific forum post

This commit is contained in:
r888888888
2017-01-23 12:15:30 -08:00
parent 5404c1d231
commit e699684c61
3 changed files with 9 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ class PostArchive < ActiveRecord::Base
sqs_service.send_message(msg)
end
def export_to_archives(version_id = 1451061)
def export_to_archives(version_id = 4394763)
PostVersion.where("id > ?", version_id).find_each do |version|
previous = version.previous
tags = version.tags.scan(/\S+/)