sticutils 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/intranet/tjpi_vinculo.rb +1 -0
- data/lib/sticutils/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ee61f240e41891fabcd80f1eaccf0c4fcb6bda14ac292cb266dabfe41c565b39
|
4
|
+
data.tar.gz: 2c209335970e872da524df0d8b911c2a9f1cc11392dab6d2d6ee3c81e6beb9da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cbaf5ddea94e8ac11baa0e8ec430daddc607d25645c7a65e27a05d3d5ebad62773c12a415a2babd207e5575584b672c5d61e5a904149ffea1964eab0e7704292
|
7
|
+
data.tar.gz: 8bba235efffd6079eba8d5748bfd8f2b1ff1750d285897a476ca04eb7009c216dd33d2f4fe51f2b61a56fc131462f1287ae358bdf6901b3ec0358d5b03ee354a
|
@@ -33,6 +33,7 @@ class Intranet::TjpiVinculo < Intranet::IntranetRecord
|
|
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
35
|
belongs_to :instituidor, class_name: 'GlobalPrepessoafisica', foreign_key: :instituidor_id
|
36
|
+
belongs_to :procurador, class_name: 'GlobalPrepessoafisica', foreign_key: :procurador_id
|
36
37
|
|
37
38
|
has_many :tjpi_contrachequeagrupados, class_name: "TjpiContrachequeagrupado", foreign_key: :matricula, primary_key: :matricula
|
38
39
|
has_many :tjpi_contrachequelegados, class_name: "TjpiContrachequelegado", foreign_key: :matricula, primary_key: :matricula
|
data/lib/sticutils/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.4
|
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-03-
|
11
|
+
date: 2019-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|