Merge pull request #45 from CactusPuppy/177261601-embed-happening-now-events-in-conference-splashpage

Embed happening now events in conference splashpage
This commit is contained in:
kingdish 2021-04-12 13:38:29 +08:00 committed by GitHub
commit 41a0193ad3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 291 additions and 34 deletions

View file

@ -11,6 +11,7 @@
# banner_photo_updated_at :datetime
# include_booths :boolean
# include_cfp :boolean default(FALSE)
# include_happening_now :boolean
# include_lodgings :boolean
# include_program :boolean
# include_registrations :boolean
@ -44,6 +45,7 @@ FactoryBot.define do
include_sponsors { true }
include_lodgings { true }
include_cfp { true }
include_happening_now { true }
end
end
end