Sha256: af7ad12cdf598fcea74f251ee45674da44a8a5618421fc75a3e7d841734461fe
Contents?: true
Size: 242 Bytes
Versions: 46
Compression:
Stored size: 242 Bytes
Contents
class Blog::TagsController < Blog::MainController def show @tag = params['slug'] blogposts = TagParser.fetch_blogposts_with_tag(params[:slug]) @blogposts = blogposts.map { |attributes| Blog::Blogpost.new attributes } end end
Version data entries
46 entries across 46 versions & 1 rubygems