tramway-landing 1.2.5 → 1.2.6

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: 49fc30c521477c394f879e112d4d332418be7b8bc97eb055dcb521986275cf48
4
- data.tar.gz: 0c241068a5a9f174835102cca67e5f1b67cd642b8fd83bcab37ee3949d1cb349
3
+ metadata.gz: 746b0bf2e3445cb60997f902432ce917c0fd1aff90fb08e63beef3209925c044
4
+ data.tar.gz: dcf01cfcf2a0e5abb1b8753024104ec78537226b8c358633ecd90b2df9f5414d
5
5
  SHA512:
6
- metadata.gz: e3dc4b6395070f01fb3222ca22c1361f8cbc1748e2bffddcb9fcb6c933a27bf7ba1e4ecf1132f6a04aaaeb06022c2bfb51e7a413d6a1e16598a26abd5360bbfe
7
- data.tar.gz: bf7f6047443d18101ace7a6f4070d93a4df641ab821010905346333b6ecfba739259b737a15eceaf21d893e2ed530d8e047e870fb348f9ca70fca0729ff138a1
6
+ metadata.gz: c9fc2762d3e180cb2d1196875aca04564ec0e86c7854f5642893729c29c3bbdbb3980f720522aa16a9d64dc779fd8b09eb4ca3db3c0f8bfd9d465da7a84babae
7
+ data.tar.gz: d25204f0dc3ec9bf5c7606c75ce5ba5b175f38d559da0b522a514f9550775c0671aa8c382f7a45debc71c50530d5df811b30129089a5dc5fb367b9ada9689af6
@@ -1,7 +1,7 @@
1
1
  class Tramway::Landing::Block < ::Tramway::Landing::ApplicationRecord
2
2
  enumerize :block_type, in: [ :header, :footer, :page, :cards, :features, :contacts, :news, :link ]
3
3
  enumerize :navbar_link, in: [ :exist, :not_exist ], default: :not_exist
4
- enumerize :link_object_type, in: [ 'Tramway::SportSchool::Document' ]
4
+ enumerize :link_object_type, in: [ 'Tramway::SportSchool::Document', 'Tramway::Page::Page' ]
5
5
 
6
6
  mount_uploader :background, PhotoUploader
7
7
 
@@ -1,5 +1,5 @@
1
1
  module Tramway
2
2
  module Landing
3
- VERSION = '1.2.5'
3
+ VERSION = '1.2.6'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.5
4
+ version: 1.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pavel Kalashnikov