A website template with lots of features, built with ruby on rails.

start_controller.rb 132B

    class StartController < ApplicationController def index @blog_posts = BlogPost.order('created_at DESC').take(4) end end