tramway-event 1.12.8 → 1.12.8.2
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: 12ab599d49ca40e4f629db25567d5616d8f687f1ba0718718ec5d34bbea352b9
|
4
|
+
data.tar.gz: 66c4dc2c9dccb48a03579d95fc138c42cb869fa6f5e71adc92a5b564bee79abc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08b618b0c170c094cb151d29f1f748cb8a20693e612ad74a51b64bf783396b6a7fe393acf86440cb0aebeb524631f75f205d88ba8752ac7998be0f2bee09ec95'
|
7
|
+
data.tar.gz: 53a71dfee3c34554dd58901510bbf8724afb39e3566dafd46509f79611249dea684edcd6e7a61a16bbdedc99991975f3e7c71213c4431da0591f110544759f9e
|
@@ -19,7 +19,7 @@ class Tramway::Event::EventDecorator < ::Tramway::Core::ApplicationDecorator
|
|
19
19
|
end
|
20
20
|
end
|
21
21
|
|
22
|
-
|
22
|
+
delegate_attributes :title, :begin_date
|
23
23
|
decorate_associations :participants, :partnerships, :organizations
|
24
24
|
decorate_association :participant_form_fields, as: :event
|
25
25
|
decorate_association :sections, as: :event
|
@@ -11,7 +11,7 @@ class Tramway::Event::SectionDecorator < ::Tramway::Landing::BlockTypes::Feature
|
|
11
11
|
end
|
12
12
|
end
|
13
13
|
|
14
|
-
delegate_attributes :description, :created_at
|
14
|
+
delegate_attributes :description, :created_at, :photo
|
15
15
|
decorate_association :event
|
16
16
|
decorate_association :partakings, as: :part, decorator: Tramway::Event::PartakingFeatureDecorator
|
17
17
|
|