We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0cdb50 commit c11eb9cCopy full SHA for c11eb9c
app/models/project.rb
@@ -23,7 +23,7 @@ class Project < ApplicationRecord
23
24
before_save :push_changes_to_airtable, unless: :skip_push_to_airtable
25
26
- # after_create :send_new_project_slack_notification, unless: :skip_new_project_slack_notification
+ after_create :send_new_project_slack_notification, unless: :skip_new_project_slack_notification
27
28
after_create :send_new_project_notification_emails, unless: :skip_new_project_notification_email
29
0 commit comments