qm-acts-as-generic-controller 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/qm-acts-as-generic-controller-model.rb +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
@@ -10,7 +10,7 @@ begin
|
|
10
10
|
gemspec.email = "marcin@saepia.net"
|
11
11
|
gemspec.homepage = "http://q.saepia.net"
|
12
12
|
gemspec.authors = ["Marcin Lewandowski"]
|
13
|
-
gemspec.version = "0.2.
|
13
|
+
gemspec.version = "0.2.1"
|
14
14
|
gemspec.files = Rake::FileList.new [ "MIT-LICENSE", "Rakefile", "lib/*", "app/views/generic_controller/*" ]
|
15
15
|
gemspec.add_dependency "qui-common-helpers", ">= 0.0.8"
|
16
16
|
gemspec.add_dependency "qui-index-table", ">= 0.0.9"
|
@@ -27,7 +27,7 @@ module QM
|
|
27
27
|
|
28
28
|
universal_find_params = {}
|
29
29
|
|
30
|
-
if options.has_key? :sort_by and not options[:sort_by].nil?
|
30
|
+
if options.has_key? :sort_by and not options[:sort_by].nil? and not options[:sort_by].to_s.empty?
|
31
31
|
# Sorting
|
32
32
|
if options[:sort_order] == "A"
|
33
33
|
sort_direction = "ASC"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qm-acts-as-generic-controller
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 1
|
10
|
+
version: 0.2.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Marcin Lewandowski
|