Sha256: cef522beee623e049bc6d6052bbfb8f9c60081f4113fd0151a2130072346031f
Contents?: true
Size: 170 Bytes
Versions: 8
Compression:
Stored size: 170 Bytes
Contents
class InvitationEmail < ActiveMailer::Base attr_accessible :subject, :sender, :recipients def after_initialize self.subject = "You've been invited!" end end
Version data entries
8 entries across 8 versions & 1 rubygems