Commit fb408302a0f074d8009af74c93a17a5e8b044c6a
1 parent
8e95f6c6
Exists in
master
and in
1 other branch
fix indentation
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/controllers/apps_controller.rb
... | ... | @@ -80,7 +80,7 @@ class AppsController < InheritedResources::Base |
80 | 80 | end |
81 | 81 | end |
82 | 82 | |
83 | - def initialize_subclassed_notification_service | |
83 | + def initialize_subclassed_notification_service | |
84 | 84 | # set the app's notification service |
85 | 85 | if params[:app][:notification_service_attributes] && notification_type = params[:app][:notification_service_attributes][:type] |
86 | 86 | if NotificationService.subclasses.map(&:name).concat(["NotificationService"]).include?(notification_type) | ... | ... |