sluggable_finder 2.3.0 → 2.3.1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION.yml +1 -1
- data/lib/sluggable_finder/orm.rb +0 -1
- data/sluggable_finder.gemspec +1 -1
- metadata +3 -3
data/VERSION.yml
CHANGED
data/lib/sluggable_finder/orm.rb
CHANGED
@@ -98,7 +98,6 @@ module SluggableFinder
|
|
98
98
|
end
|
99
99
|
_type_column = slugable_class.inheritance_column
|
100
100
|
_class_name = self.class.name
|
101
|
-
puts 'AAAAAAAAAAAAAAAAAA' + _class_name
|
102
101
|
slugable_class.transaction do
|
103
102
|
#case insensitive
|
104
103
|
conds_sql = "#{cond}#{destination_column} LIKE ? and #{scope_condition}"
|
data/sluggable_finder.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sluggable_finder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 2
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 2.3.
|
9
|
+
- 1
|
10
|
+
version: 2.3.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ismael Celis
|