FEATURE: Webhook for user creation and approval

This commit is contained in:
Erick Guan
2016-09-13 16:03:17 +08:00
committed by Guo Xiang Tan
parent fd9056973a
commit c463cf63d4
9 changed files with 57 additions and 10 deletions

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