class Author < ActiveRecord::Base belongs_to :image_file validates :name, :presence => true end