active_scaffold 3.2.13 → 3.2.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.
@@ -356,7 +356,7 @@ module ActiveScaffold::DataStructures
356
356
  # we don't automatically enable method sorting for virtual columns because it's slow, and we expect fewer complaints this way.
357
357
  self.sort = false
358
358
  else
359
- if column && @tableless
359
+ if column && !@tableless
360
360
  self.sort = {:sql => self.field}
361
361
  else
362
362
  self.sort = false
@@ -2,7 +2,7 @@ module ActiveScaffold
2
2
  module Version
3
3
  MAJOR = 3
4
4
  MINOR = 2
5
- PATCH = 13
5
+ PATCH = 14
6
6
 
7
7
  STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_scaffold
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 2
9
- - 13
10
- version: 3.2.13
9
+ - 14
10
+ version: 3.2.14
11
11
  platform: ruby
12
12
  authors:
13
13
  - Many, see README