From fb408302a0f074d8009af74c93a17a5e8b044c6a Mon Sep 17 00:00:00 2001 From: Sergey Nartimov Date: Sun, 28 Oct 2012 13:13:47 +0300 Subject: [PATCH] fix indentation --- app/controllers/apps_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/apps_controller.rb b/app/controllers/apps_controller.rb index 8cd23e0..0fcc9f1 100644 --- a/app/controllers/apps_controller.rb +++ b/app/controllers/apps_controller.rb @@ -80,7 +80,7 @@ class AppsController < InheritedResources::Base end end - def initialize_subclassed_notification_service + def initialize_subclassed_notification_service # set the app's notification service if params[:app][:notification_service_attributes] && notification_type = params[:app][:notification_service_attributes][:type] if NotificationService.subclasses.map(&:name).concat(["NotificationService"]).include?(notification_type) -- libgit2 0.21.2