tramway-landing 3.0.1.1 → 3.0.1.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: 0ea837fcbd1766f5cb27383a691e00ebcd2ee962fa8d65495120a4c98aa62710
4
- data.tar.gz: 03cbb577294d63a5ad45bfd3f918f08bd97fedffae19b07cdc6772202276f0cd
3
+ metadata.gz: 337939acc2a3fecd0f8f8cf5da83aa5a407294dcf0c7469d838160aaeb1d2804
4
+ data.tar.gz: 94eeb36c35a75858b58f7f79a077c91badfd0f187c45c56cccda8cf7333c0ff5
5
5
  SHA512:
6
- metadata.gz: fc3c28512b928aed65eb6fd791e865ab64de9afb7cd59759d9c288f00dbc0f43f445b913548e8b1f4078cde5f8818ef600849a8198012c7174dd11d3690a3a8d
7
- data.tar.gz: 975666f9aedfb3d60cb89313d89cf108d74361e291d4d2ae98ca1de7dc5a6459f1e3c2795e1961c36a7ecaaf0f74f32c73c4315de9dd169b1ad64996ada186be
6
+ metadata.gz: ed053040c0a06ab643239194e18c465d5a4e98c672e3a6cd0410e41fecf81249c25bc66616f8f0d4d5abe3146fb02c3ed998d89c041b27c26ee2726b7392c881
7
+ data.tar.gz: '0821b6a9a7cfadd567f1d8a3f401128da8c714861726a5b7149dc0aef54ec4f70c0862bf6928a584b07426751e5ef83b4874b60df98af279b882c1efb32e800f'
@@ -47,7 +47,7 @@ class Tramway::Landing::Block < ::Tramway::Landing::ApplicationRecord
47
47
  end
48
48
 
49
49
  def form_to_render
50
- case self.form_url
50
+ case self.values['form_url']
51
51
  when '/auth/sign_up'
52
52
  "#{Tramway::Auth.authenticable_models.first}SignUpForm".constantize
53
53
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Landing
5
- VERSION = '3.0.1.1'
5
+ VERSION = '3.0.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1.1
4
+ version: 3.0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - moshinaan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-07 00:00:00.000000000 Z
11
+ date: 2020-04-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Landing Engine for your Rails projects
14
14
  email: