Skip to content

Commit

Permalink
Removed left over debugging line
Browse files Browse the repository at this point in the history
  • Loading branch information
ismasan committed Mar 1, 2011
1 parent 2b5b49c commit cd6d164
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 2
:minor: 3
:patch: 0
:patch: 1
:build:
1 change: 0 additions & 1 deletion lib/sluggable_finder/orm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def create_sluggable_slug
end
_type_column = slugable_class.inheritance_column
_class_name = self.class.name
puts 'AAAAAAAAAAAAAAAAAA' + _class_name
slugable_class.transaction do
#case insensitive
conds_sql = "#{cond}#{destination_column} LIKE ? and #{scope_condition}"
Expand Down
2 changes: 1 addition & 1 deletion sluggable_finder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{sluggable_finder}
s.version = "2.3.0"
s.version = "2.3.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ismael Celis"]
Expand Down

0 comments on commit cd6d164

Please sign in to comment.