Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
abloke committed Feb 1, 2007
1 parent ee238ad commit 3455322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/activity_log.rb
Expand Up @@ -45,8 +45,8 @@ def self.find_with(options={})
limit = (options.delete(:limit) || 10)
conditions = build_sql_conditional_for(options)
self.find(:all, :conditions => conditions, :limit => limit)
rescue
raise "I couldn't run the find with the options you gave me, sorry"
# rescue
# raise "I couldn't run the find with the options you gave me, sorry"
end

private
Expand Down

0 comments on commit 3455322

Please sign in to comment.