Changeset 1120
- Timestamp:
- 04/09/05 16:30:10 (3 years ago)
- Files:
-
- tools/cia/trunk/app/models/notifier.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tools/cia/trunk/app/models/notifier.rb
r1114 r1120 4 4 @body = { "build" => build } 5 5 @recipients = build.project.email_addresses_to_be_notified 6 @from = 'CIA '6 @from = 'CIA <cia@rubyonrails.com>' 7 7 @sent_on = sent_at 8 8 @headers = {}