# -*- encoding : utf-8 -*- class Newsletter < ActiveRecord::Base validates_presence_of :title end