mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
cb0ecd9ff1
* 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
5 lines
50 B
Ruby
5 lines
50 B
Ruby
require 'spec_helper'
|
|
|
|
describe TopicView do
|
|
|
|
end
|