azahara_schema 0.1.13 → 0.1.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
  SHA256:
3
- metadata.gz: 6a38482119a210601a41eac9333f38109bba98ab82ba7da4e4a10e657338b1b6
4
- data.tar.gz: 24457857de38a9e8ac27b74439279484ec45c1da150f3f4e3bf74639324659f8
3
+ metadata.gz: 47d46ee9d4980460e771b7aa8fd30ee6f1e9cfaf6c3100d0d112c3a8f0199123
4
+ data.tar.gz: 3f8bdf94ef0911f6654b2f45e8de601d1d9189fa30a0aa9da3419c6c3ba2bd01
5
5
  SHA512:
6
- metadata.gz: b76450d6a94770ed1ee49302872a070233ada6d01d2f28b890a74da2136fb0f45b57a866805734930d5c3e9e9badc8c4af944d9ed560572ec89097dbe7162cd0
7
- data.tar.gz: acac345155a9445a757cb36506f8a9a97aa5106b0a3a9f3c81e057b4ce0563243c8ee58e80fa51bd3fef3394423b9cb6ec61f6f434bba3be6b61498daeb9ca92
6
+ metadata.gz: 7f5d4c0ea7a552741b323a778a2a2ba120fe1dfd6cc2cf021c4298828c360c24530d6749789ab677700f17a9f2cfd3a5203bc4b4e6abaea2bd4d39b54ae558f4
7
+ data.tar.gz: cdb2d255ba2080b4706f0c06b93683189856736036c384352a8637e98b6589a2a064f18b31c15ce1017ea8f2eb6c325192cf3bdd268855e4c19b575a97fbfbc5
@@ -56,7 +56,7 @@ module AzaharaSchema
56
56
  end
57
57
 
58
58
  def arel_join(parent=nil, join_type=::Arel::Nodes::OuterJoin, a_tbl=self.arel_table)
59
- parent ||= a_tbl
59
+ parent ||= self.arel_table(nil)
60
60
  joined = parent
61
61
  case association.macro
62
62
  when :has_many, :has_one
@@ -1,3 +1,3 @@
1
1
  module AzaharaSchema
2
- VERSION = '0.1.13'
2
+ VERSION = '0.1.14'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azahara_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ondřej Ezr