class Site < ActiveRecord::Base has_many :forums validates_format_of :layout, :with => /^[a-z]+$/, :allow_nil => true include ErrorRaising end