tramway-event 1.5.3 → 1.5.4

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: 8bdd15c1d6768bdd294bf659faa8c73f1913044f3f0501e21d5662c7fab2f13b
4
- data.tar.gz: f9f85015244b70b72b77410d34a8388304641d5d1396995d62bb1f52e7ca8411
3
+ metadata.gz: cbbf020b8af7efc95ed0aebdfbe86f54fff5b1aad197108c54596d5c6cd2f228
4
+ data.tar.gz: d29fbe7b9988e5a334e891191270af11f374cd69e19cfd5fa865915d5ba41c13
5
5
  SHA512:
6
- metadata.gz: 7d9dc647e7c9219ad652d87c5b9bc26b59e5c9aa900f4f80ed277085d7dd6bd9ecae27e6eab4bc8c687fd900849dab6a57d9310b09db2fbe4212b18195aadec7
7
- data.tar.gz: 28c175e0bc84d52662be229b72e07729609073712550ccb01cf04be394015c1b24f3af4fa498e4e363d33bbc6c9a9798f0a96fe8ee38e54903995eb375e89912
6
+ metadata.gz: a166f5d00f37a207aedcb23f0e95850506e387444de51f9e77393a2818e6d3b1794684d6740050e0162b7f9c4eefd481a189a570acb68dac89b61157476737a3
7
+ data.tar.gz: 6b0d6a26c58d785eec4dc40715d0a8bb9f38443ad1e56608b2bf5ff4aab33bf30a493000a84cd22ed1bb5e903362ac71384f07df0a8ead6698034da28e072a8f
@@ -7,9 +7,9 @@ class Tramway::Event::EventDecorator < ::Tramway::Core::ApplicationDecorator
7
7
 
8
8
  delegate :title, to: :object
9
9
  delegate :description, to: :object
10
+ delegate :participant_form_fields, to: :object
11
+ delegate :sections, to: :object
10
12
  decorate_association :participants
11
- decorate_association :participant_form_fields
12
- decorate_association :sections
13
13
 
14
14
  def background
15
15
  object.photo
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Event
3
- VERSION = '1.5.3'
3
+ VERSION = '1.5.4'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-event
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-07 00:00:00.000000000 Z
11
+ date: 2018-10-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Rails engine for events
14
14
  email: