소스 검색

Add custom wizard event trigger

Angus McLeod 7 년 전
부모
커밋
5174d23055
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      plugin.rb

+ 2 - 0
plugin.rb

@@ -135,4 +135,6 @@ after_initialize do
       complete_custom_wizard.present?
     end
   end
+
+  DiscourseEvent.trigger(:custom_wizard_ready)
 end