Method: CodeChangeNotification#send
- Defined in:
- lib/code_change_notification.rb
#send ⇒ Object
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# File 'lib/code_change_notification.rb', line 12 def send code_change = code_change_activity.code_change owner = code_change.owner subject = code_change.subject = code_change_activity. = code_change_activity. Rubiclifier::Notification.new( "#{owner}: #{subject}", , , Api.current_api.favicon, Api.current_api.code_change_url(code_change) ).send end |