tramway-event 1.12.4 → 1.12.5

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: a9da09b01fa80ca0e68c1eb99562fce606ad2a666651eda6928006a41035f67f
4
- data.tar.gz: 7da3f0013121edc1958396e6d13dea1921e1af880c95655189cab8b80c8a3c6a
3
+ metadata.gz: d121186f0802faa7e890e235cd07afc828636b586bf671053c3b4a83bf9fda09
4
+ data.tar.gz: 81be3b2a3f82064665b338c99e35efcbe464fb19fc1127963c122f733e3ce573
5
5
  SHA512:
6
- metadata.gz: 71353d000dbbc4ebc2c5e15a955f001b6febaa974a0ad39a84acf4e9b763ae0b2cbfd721af778f733d7f693a532c8ed7f3dcaca50f8743526a5becc557ca47b0
7
- data.tar.gz: 3fcc06181a67328fa4f997de517776603c043f24bcf2ff7d0fa81e831cd63debc45d14aa05d527f73293e31a3f7ba115a2c0403df46e2fc0c1a0566573899dd3
6
+ metadata.gz: 6068964cbc7cf4a881b66b0ade16906cd3bc9ecb83e51cfe1e003a12965086e11070cec129f9e73ee9d74b90cf28241f6f6cc26ba1adcfbd248dc79166ea0857
7
+ data.tar.gz: b1bf89d6baa2848dbfd91f25bbe62e487a6985eede76579e241254d186d5760668bdbfc199666466f8ac0ae7b83162fadece825e33b7e4565fdecc43edf627ce
@@ -11,7 +11,7 @@ class Tramway::Event::EventDecorator < ::Tramway::Core::ApplicationDecorator
11
11
  end
12
12
 
13
13
  def show_associations
14
- %i[participant_form_fields actions sections]
14
+ %i[participant_form_fields actions sections partakings]
15
15
  end
16
16
 
17
17
  def list_attributes
@@ -20,9 +20,10 @@ class Tramway::Event::EventDecorator < ::Tramway::Core::ApplicationDecorator
20
20
  end
21
21
 
22
22
  delegate :title, to: :object
23
- decorate_associations :participants, :partakings, :partnerships, :organizations
23
+ decorate_associations :participants, :partnerships, :organizations
24
24
  decorate_association :participant_form_fields, as: :event
25
25
  decorate_association :sections, as: :event
26
+ decorate_association :partakings, as: :event
26
27
  decorate_association :actions, as: :event, state_machines: [:action_state]
27
28
 
28
29
  def background
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Event
5
- VERSION = '1.12.4'
5
+ VERSION = '1.12.5'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-event
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.12.4
4
+ version: 1.12.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov