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 &&
|
359
|
+
if column && !@tableless
|
360
360
|
self.sort = {:sql => self.field}
|
361
361
|
else
|
362
362
|
self.sort = false
|
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:
|
4
|
+
hash: 19
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 3.2.
|
9
|
+
- 14
|
10
|
+
version: 3.2.14
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Many, see README
|