post sets: eliminate PostSets::Base class.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module PostSets
|
||||
class Post < PostSets::Base
|
||||
class Post
|
||||
MAX_PER_PAGE = 200
|
||||
attr_reader :tag_array, :page, :raw, :random, :post_count, :format
|
||||
|
||||
|
||||
Reference in New Issue
Block a user