grid_table 1.1.rails3 → 1.1

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.
@@ -93,7 +93,7 @@ class GridTable::Control
93
93
  end
94
94
  records
95
95
  else
96
- joined_control? ? records.includes(active_source) : records
96
+ joined_control? ? records.includes(active_source).references(active_source) : records
97
97
  end
98
98
  end
99
99
 
@@ -1,3 +1,3 @@
1
1
  module GridTable
2
- VERSION = "1.1.rails3"
2
+ VERSION = "1.1"
3
3
  end
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grid_table
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.rails3
5
- prerelease: 4
4
+ version: '1.1'
5
+ prerelease:
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jon Principe
@@ -81,9 +81,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
81
81
  required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  none: false
83
83
  requirements:
84
- - - ! '>'
84
+ - - ! '>='
85
85
  - !ruby/object:Gem::Version
86
- version: 1.3.1
86
+ version: '0'
87
87
  requirements: []
88
88
  rubyforge_project:
89
89
  rubygems_version: 1.8.25