pacioli 0.0.27 → 0.0.28

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.
@@ -91,7 +91,7 @@ module Pacioli
91
91
  end
92
92
 
93
93
  def self.for(source)
94
- where(source_documentable_type: source.class.name, source_documentable_id: source.id).includes(:transactions, company: [:accounts])
94
+ where(source_documentable_type: source.class.name, source_documentable_id: source.id).includes(transactions: [:account])
95
95
  end
96
96
 
97
97
  def pretty
@@ -1,3 +1,3 @@
1
1
  module Pacioli
2
- VERSION = "0.0.27"
2
+ VERSION = "0.0.28"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 27
9
- version: 0.0.27
8
+ - 28
9
+ version: 0.0.28
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jeffrey van Aswegen