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