class ContestNotification < ActiveRecord::Base attr_accessible :content, :title validates :title, length: {maximum: 30} end