FEATURE: Webhook for user creation and approval

This commit is contained in:
Erick Guan
2016-09-19 10:12:55 +08:00
committed by Guo Xiang Tan
parent fd9056973a
commit c463cf63d4
9 changed files with 57 additions and 10 deletions
+5
View File
@@ -7,3 +7,8 @@ WebHookEventType.seed do |b|
b.id = WebHookEventType::POST
b.name = "post"
end
WebHookEventType.seed do |b|
b.id = WebHookEventType::USER
b.name = "user"
end