Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 1120

Show
Ignore:
Timestamp:
04/09/05 16:30:10 (3 years ago)
Author:
david
Message:

Deliver as CIA

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/cia/trunk/app/models/notifier.rb

    r1114 r1120  
    44    @body       = { "build" => build } 
    55    @recipients = build.project.email_addresses_to_be_notified 
    6     @from       = 'CIA
     6    @from       = 'CIA <cia@rubyonrails.com>
    77    @sent_on    = sent_at 
    88    @headers    = {}