Sha256: 648b09f523e0db5daf2ab7193990c5ff0a7159567b8c0ea8d2ae4e1f800e307b
Contents?: true
Size: 275 Bytes
Versions: 14
Compression:
Stored size: 275 Bytes
Contents
class Blog::AuthorsController < Blog::MainController def show data = BlogpostParser.fetch_all_published attributes = AuthorParser.fetch_author(params[:name]) || {} @author = Blog::Author.new(attributes).build_all_blogposts_from_author(data) end end
Version data entries
14 entries across 14 versions & 1 rubygems