Skip to content

Commit c11eb9c

Browse files
committed
uncomment out another line
1 parent d0cdb50 commit c11eb9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/project.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Project < ApplicationRecord
2323

2424
before_save :push_changes_to_airtable, unless: :skip_push_to_airtable
2525

26-
# after_create :send_new_project_slack_notification, unless: :skip_new_project_slack_notification
26+
after_create :send_new_project_slack_notification, unless: :skip_new_project_slack_notification
2727

2828
after_create :send_new_project_notification_emails, unless: :skip_new_project_notification_email
2929

0 commit comments

Comments
 (0)