tramway-page 1.5.3.6 → 1.5.3.7

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: 49204322a51415a011eb1b3d00b961a7a15d311d616b990fce00b79a69481f65
4
- data.tar.gz: 3e1d76aba7b767e30bfb97946aacf12d5a3a0073464985cbd49218d26fd263cc
3
+ metadata.gz: 321e16f700c986746dc15075982d8d20c7891e8915414cd1c6ed0a29df563cd1
4
+ data.tar.gz: f01934a365535a26921532b9e67427bdb59b6c3e6db473cf101a94878d1bcfe6
5
5
  SHA512:
6
- metadata.gz: 37f9ed46eaa921e320c87b267509aab72a9fb89a793b36c70f133b0f85de2e705169f211dcdba40ba39ba689c6a6e5eda925b20652cc3e608cbb3e7512ccf498
7
- data.tar.gz: 60c10b89a2f315d4695be2849ea467bc29f514a2008e5c7611f99b9a175383a9426083d2b12877c723cf9299cf3952069542ad4ea1d56b2402e1cb9a1a708064
6
+ metadata.gz: a39c3d6b929283fd481ce751e83b0be927d178c08b50557a59d67632109105683bf720b3630e87ef55615053ae8b89e0fec3fe898243819997b1e5501e420cd0
7
+ data.tar.gz: 6ef1aa36e66a4ecd81de3ffdbc98dd16ef17aa631815e1842f9bd6820216cf133729a32096852affc76f511dee4e490ef1eb7bdba817adbe027602910fcb4344
@@ -4,7 +4,6 @@ class ::Tramway::Page::PagesController < ::Tramway::Page::ApplicationController
4
4
  layout 'tramway/landing/application'
5
5
 
6
6
  def show
7
- @application = ::Tramway::Core.application_object # FIXME: need to be in the Tramway::Core::ApplicationController
8
7
  @page = ::Tramway::Page::Page.published.find_by slug: params[:slug]
9
8
  @blocks = @page.blocks.published.active.map do |block|
10
9
  if block.block_type.header_with_form? && block.form_url.present?
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Page
5
- VERSION = '1.5.3.6'
5
+ VERSION = '1.5.3.7'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-page
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3.6
4
+ version: 1.5.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-04 00:00:00.000000000 Z
11
+ date: 2021-03-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Description of Tramway::Page.
14
14
  email:
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 3.1.2
71
+ rubygems_version: 3.1.4
72
72
  signing_key:
73
73
  specification_version: 4
74
74
  summary: Summary of Tramway::Page.