tramway-conference 1.5.9 → 1.5.10
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '0907808c8085a7fa759bf0dcd81eb6d771d0bedeb7d8b03c7255a188f9ec357f'
|
4
|
+
data.tar.gz: ccd08c789c30323ceff4564179f15366129d0aad261255e7c0ba3efb4e9579cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 28aefc46bea5151c9429bcb6e266121d2349a2e8701e518ee80c3776bb1f4a53c489557895aff50f38ed8c870836ae5d7a901cb4a7ad07ff95e20b152f95ab8a
|
7
|
+
data.tar.gz: ce14db05114034fd9552c4cefbeedf5613db5be3b48adf656b4c44d144f3053bd63ff15d7369b2ac4e89930bcfb1f8d25ca5fe880ddf1fce547ea67d5e316da8
|
@@ -9,8 +9,8 @@ class Tramway::Conference::Web::WelcomeController < ::Tramway::Conference::Appli
|
|
9
9
|
main_event = ::Tramway::Event::Event.main_event&.last
|
10
10
|
if main_event.present?
|
11
11
|
@main_event = ::Tramway::Event::Events::Show::EventDecorator.decorate main_event
|
12
|
-
@sections_as_features = main_event.sections.order(position: :asc).map { |s| ::Tramway::Event::SectionFeatureDecorator.decorate s }
|
13
|
-
@sections = main_event.sections.order(position: :asc).map { |s| ::Tramway::Event::SectionDecorator.decorate s }
|
12
|
+
@sections_as_features = main_event.sections.active.order(position: :asc).map { |s| ::Tramway::Event::SectionFeatureDecorator.decorate s }
|
13
|
+
@sections = main_event.sections.active.order(position: :asc).map { |s| ::Tramway::Event::SectionDecorator.decorate s }
|
14
14
|
@participant_form = ::Tramway::Event::ParticipantExtendedFormCreator.create_form_class(request.uuid, main_event).new ::Tramway::Event::Participant.new
|
15
15
|
@people_as_features = @main_event.partakings.active.map { |p| ::Tramway::Event::PartakingFeatureDecorator.decorate p }
|
16
16
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tramway-conference
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dmitry Korotin
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-10-
|
12
|
+
date: 2018-10-20 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description: Engine for Conference web sites
|
15
15
|
email:
|