class Author < ActiveRecord::Base belongs_to :book has_many :versions def to_param name end end