aliada_webapp_rails 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b748aac0ea65fc11353e8283b76545b40c3ecec6
4
- data.tar.gz: 81c3facf677f2bb1337ffd6dc94a365dcd0ba96f
3
+ metadata.gz: 21664b875b3c8d50ba84e42b8a078b99d264f50e
4
+ data.tar.gz: 6dd961f8ac0f35ccf6861a8b8850e4f798a1695c
5
5
  SHA512:
6
- metadata.gz: 313bbbb2a6bc4d2ad74e592349168a0300fb02ee617565981b5071a2e4c122a91da8a261f2b79a874e7ba5bf231f7d22e36540fbd8d884fb7497a101a90ed882
7
- data.tar.gz: 158244d03bbbdbf37fa4ce55602592d748458323067467203629a6f079f44c160a5804ac60d256663fcff6ee84de732b4a0c6460476bd0e4999e8547e8066237
6
+ metadata.gz: eb730ea25a55c6001346bdb5f5aeef6d6febc9b1760430b53c46bdafd74c30fb397ecd0751ff11543e57479f2e0c0e001c2aebdbef533fd6c9cb5e4849baf625
7
+ data.tar.gz: ab07c34a2ab262c6f2d608170ac95b737b284257545e8541c3a3f53dddb0d5ecf34f1bc09cf71131049054d888779be8f3936a9323bd7adc63522ad37dc5ef4d
@@ -4,7 +4,7 @@ module AliadaWebappRails
4
4
  class HomeController < ApplicationController
5
5
  def index
6
6
  if user_signed_in? && current_user.services.count > 0
7
- redirect_to main_app.create_initial_service_path
7
+ redirect_to main_app.next_services_users_path(current_user)
8
8
  end
9
9
  end
10
10
  end
@@ -1,3 +1,3 @@
1
1
  module AliadaWebappRails
2
- VERSION = '0.0.13'
2
+ VERSION = '0.0.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aliada_webapp_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.13
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luis Alfredo Lorenzo