mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
FIXUP fragment caching issues
This commit is contained in:
parent
5fb09f398a
commit
754d201b01
7 changed files with 36 additions and 31 deletions
|
|
@ -12,7 +12,6 @@ class ConferencesController < ApplicationController
|
|||
@conference = Conference.unscoped.eager_load(
|
||||
:organization,
|
||||
:splashpage,
|
||||
:venue,
|
||||
:registration_period,
|
||||
:tickets,
|
||||
:confirmed_tracks,
|
||||
|
|
@ -26,6 +25,7 @@ class ConferencesController < ApplicationController
|
|||
:sponsors,
|
||||
:call_for_sponsors,
|
||||
:contact,
|
||||
venue: [:commercial],
|
||||
highlighted_events: [:speakers],
|
||||
sponsorship_levels: [:sponsors]
|
||||
).order(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue