Navigation Menu

Skip to content

Commit

Permalink
Condition modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
binarylogic committed Apr 15, 2010
1 parent d6225e9 commit a23987a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 102 deletions.
Empty file.
101 changes: 0 additions & 101 deletions lib/searchlogic/active_record/named_scope_tools.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/searchlogic/named_scopes/conditions.rb
Expand Up @@ -20,7 +20,7 @@ module Conditions

WILDCARD_CONDITIONS = {
:like => [:contains, :includes],
:not_like => [],
:not_like => [:does_not_include],
:begins_with => [:bw],
:not_begin_with => [:does_not_begin_with],
:ends_with => [:ew],
Expand Down

0 comments on commit a23987a

Please sign in to comment.