From 345532295a2702e3b24be83f36762d2462edb5a6 Mon Sep 17 00:00:00 2001 From: abloke Date: Thu, 1 Feb 2007 16:13:57 +0000 Subject: [PATCH] debugging --- lib/activity_log.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/activity_log.rb b/lib/activity_log.rb index 190b706..24e7ce3 100644 --- a/lib/activity_log.rb +++ b/lib/activity_log.rb @@ -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