[feat]Add include_happening_now checkbox to the admin splashpage

This commit is contained in:
Jimmy 2021-04-01 13:14:31 +08:00
parent 4aab0539b5
commit 65119149ea
4 changed files with 8 additions and 1 deletions

View file

@ -45,6 +45,7 @@ FactoryBot.define do
include_sponsors { true }
include_lodgings { true }
include_cfp { true }
include_happening_now { true }
end
end
end