Commit e4c691d22a49087af83d7af879541b605a74bf08

Authored by Nathan Broadbent
1 parent 16c162bf
Exists in master and in 1 other branch production

Fixed notification services module name

app/models/notification_services/campfire_service.rb
1   -class NotificationService::CampfireService < NotificationService
  1 +class NotificationServices::CampfireService < NotificationService
2 2 Label = "campfire"
3 3 Fields = [
4 4 [:subdomain, {
... ...
config/initializers/notification_services.rb 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +# Include nested notification services models
  2 +include NotificationServices
... ...