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

blog_post.rb 83B

    class BlogPost < ActiveRecord::Base belongs_to :author, :class_name => "User" end