mochigome 0.1.11 → 0.1.12

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.
Files changed (3) hide show
  1. data/lib/mochigome_ver.rb +1 -1
  2. data/lib/relation.rb +1 -0
  3. metadata +3 -3
data/lib/mochigome_ver.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mochigome
2
- VERSION = "0.1.11"
2
+ VERSION = "0.1.12"
3
3
  end
data/lib/relation.rb CHANGED
@@ -60,6 +60,7 @@ module Mochigome
60
60
  @models.reject{|n| best_path.include?(n)}.each do |n|
61
61
  cond = @model_graph.edge_condition(n, model)
62
62
  if cond
63
+ join_to_expr_models(cond)
63
64
  @rel = @rel.where(cond)
64
65
  end
65
66
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mochigome
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 3
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 11
10
- version: 0.1.11
9
+ - 12
10
+ version: 0.1.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - David Mike Simon