sticutils 0.1.6 → 0.1.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: c450655ad7a6353916e0e1dc9ebe6db97a9171bb5a93e033430331012688a68a
4
- data.tar.gz: 0eaebc2364e8797450be7e7f8d2de6f759ab35b676ec948c3a72a0935e8f858c
3
+ metadata.gz: fc9e052b991176970003a237ef486f1fd48424de378fc656b9c80e59fbc360a8
4
+ data.tar.gz: aa95fbeba10911c1a756b0c875b10c93a9c2e69476b594511a8f1b1ac92d8c77
5
5
  SHA512:
6
- metadata.gz: b16f43df363c96b405d5000b280f24e5069fa9fec56577760c7c835ecc9f750c26847fafe35d487e90d48b5ad751a8465f94d8c42898bf85241a62392f9d67ff
7
- data.tar.gz: c96dd62a9a695223ea66cb6e50413b26fb93a66e2e0aeaddfa09da29c5a90fe2f71b27243ece9240ea71172fecfdf57b44538267d85c45b4a3b9e82926fab710
6
+ metadata.gz: a2bec1c7cc31648fac5fb1bdaed12e12eac6b3e59389a18d9b78d3fad291884dc2552a99c930476c3eeeaff57d3b4d568b55753b5b321283fb8d3675d3acaaae
7
+ data.tar.gz: 9936bee69148d54b5026996bd4283396d6188fd760d6e54f5200112012f21270ca93f50612c4c155ac2d5f026fb89a317f327eb7858d892888244776fa847037
@@ -6,13 +6,13 @@ class Intranet::TjpiPrevinculado < Intranet::IntranetRecord
6
6
  belongs_to :tjpi_vinculo, :class_name => 'TjpiVinculo', :foreign_key => :vinculoPrincipal_id
7
7
  belongs_to :tjpi_vinculado, :class_name => 'TjpiVinculado', :foreign_key => :vinculado_id
8
8
  belongs_to :global_prepessoafisica, :class_name => 'GlobalPrepessoafisica', :foreign_key => :prePessoaFisica_id
9
- has_many :tjpi_previnculado_declaracoes, :class_name => 'TjpiPrevinculadoDeclaraco'
10
9
  has_many :tjpi_previnculado_manifestacoes, :class_name => 'TjpiPrevinculadoManifestaco'
11
10
  has_many :tjpi_previnculadopendencia, :class_name => 'TjpiPrevinculadopendencium'
12
11
  has_many :tjpi_previnculadopendencia, :class_name => 'TjpiPrevinculadopendencium'
13
12
  has_many :tjpi_vinculados, :class_name => 'TjpiVinculado'
14
13
  has_many :tjpi_vinculos, :class_name => 'TjpiVinculo'
15
-
14
+
15
+ has_many :tjpi_previnculado_declaracoes, class_name: 'TjpiPrevinculadoDeclaraco', foreign_key: :preVinculado_id
16
16
  belongs_to :tjpi_previnculadointervencao_ultima, class_name: 'TjpiPrevinculadointervencao', foreign_key: :intervencao_id
17
17
  belongs_to :tjpi_previnculadointervencao_anterior, class_name: 'TjpiPrevinculadointervencao', foreign_key: :anterior_id
18
18
  has_many :tjpi_previnculadointervencoes, class_name: 'TjpiPrevinculadointervencao', foreign_key: :preVinculado_id
@@ -1,3 +1,3 @@
1
1
  module Sticutils
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sticutils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-04-05 00:00:00.000000000 Z
11
+ date: 2019-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails