discourse/spec/models/topic_view_item_spec.rb
Sam cb0ecd9ff1 PERF: store topic views in a topic view table
* cut down on storage of the work Topic, 3 times per row (in 2 indexes)
* only store one view per user per topic
* only store one view per ip per topic
2014-08-04 19:07:55 +10:00

5 lines
50 B
Ruby

require 'spec_helper'
describe TopicView do
end