recommended posts: drop unused PostSets::Recommended class.

This commit is contained in:
evazion
2020-01-12 21:00:26 -06:00
parent b3eeb170cb
commit 3a2c050c91
2 changed files with 0 additions and 21 deletions

View File

@@ -1,14 +0,0 @@
module PostSets
class Recommended < PostSets::Post
attr_reader :posts
def initialize(posts)
super("")
@posts = posts
end
def presenter
::PostSetPresenters::Post.new(self)
end
end
end