sticutils 0.1.1 → 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: eae76911fe95aae7f737fccad46269da6d62f367e007574254ee343678ca7591
4
- data.tar.gz: 220d273ca83d2e8acc779125214e01a714fb31cffb18dabbb8e30e27a58bf320
3
+ metadata.gz: c4ed4bcc566f62cc08799568c7323c7ea17001eb85278943ee1485d41db5df95
4
+ data.tar.gz: a19ea11a52330c283c4de75b1da9e4b3d3c311e4f705fafe59671639c3552b3e
5
5
  SHA512:
6
- metadata.gz: 38aa66fac868d0e700043772afafae7349d544b0bf2afe773f113139b2ed9de098cd006416b5a37a22bcf81344a0e38779f01c57ac90dea47dfe8cb5bb93b681
7
- data.tar.gz: e3d36ad8d4b93ea22f3f8f796e281d0140f2399c0efbdc15234ad2c7a39c2a70df113ca6b6823188ce464a505599cbdf93e1a64bd4c2a6d43a40d7777677d71c
6
+ metadata.gz: 0cd55070f768df53e27ebc9192dc9c530606080e143d5b724a409f60cae20d25b2a42d2f43e067f8511afbca7bfe748066fdcdcc53faec9bfe6134b786401972
7
+ data.tar.gz: '08b9fc8190f318a79ba71fd2b4013482e13277ff5ef923bda5748b3d9588d8e9aa530f869bc503e89d0c812841772d40d9627b4de0d6636dad4f854824624e28'
@@ -32,6 +32,7 @@ class Intranet::TjpiVinculo < Intranet::IntranetRecord
32
32
  has_many :tjpi_vinculo_documentos, :class_name => 'TjpiVinculoDocumento', :foreign_key => :vinculo_id
33
33
  belongs_to :global_unidadeorganizacional, :class_name => 'GlobalUnidadeorganizacional', :foreign_key => :lotacaoAtual_id
34
34
  belongs_to :orgao_origem_cargo, :class_name => 'GlobalOrgao', :foreign_key => :origemCargo_id
35
+ belongs_to :instituidor, class_name: 'GlobalPrepessoafisica', foreign_key: :instituidor_id
35
36
 
36
37
  has_many :tjpi_contrachequeagrupados, class_name: "TjpiContrachequeagrupado", foreign_key: :matricula, primary_key: :matricula
37
38
  has_many :tjpi_contrachequelegados, class_name: "TjpiContrachequelegado", foreign_key: :matricula, primary_key: :matricula
@@ -1,3 +1,3 @@
1
1
  module Sticutils
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
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-02-17 00:00:00.000000000 Z
11
+ date: 2019-02-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails