Sha256: 9122e817978dbc9df590437c74c08aebb2d7697669783456ccc3d70b570d6c78
Contents?: true
Size: 252 Bytes
Versions: 19
Compression:
Stored size: 252 Bytes
Contents
module Forge module Controllers module Posts def get_archive_months @months = Post.get_archive_months end def get_post_categories @post_categories = PostCategory.all(:order => :title) end end end end
Version data entries
19 entries across 19 versions & 1 rubygems