Skip to content

Commit

Permalink
Not needed!
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyoho committed Oct 7, 2011
1 parent c7f810a commit be56430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/basic_assumption/default_assumption/restful_rails.rb
Expand Up @@ -89,7 +89,7 @@ def lookup_id #:nodoc:
end

def lookup? #:nodoc:
lookup_id.present? && !list?
lookup_id && !list?
end

def make? #:nodoc:
Expand Down

0 comments on commit be56430

Please sign in to comment.