Commit 9c86867d2b52d624c7c267c1d924d127a20ea364

Authored by Doug Stewart
1 parent 72c0c1d5
Exists in master and in 1 other branch production

Subdomain, not account

app/models/notification_services/campfire_service.rb
... ... @@ -23,7 +23,7 @@ if defined? Campy
23 23 end
24 24  
25 25 def url
26   - "http://#{account}.campfirenow.com/"
  26 + "http://#{subdomain}.campfirenow.com/"
27 27 end
28 28  
29 29 def create_notification(problem)
... ...