has_many_by_status 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/has_many_by_status.rb +2 -4
  2. metadata +2 -2
@@ -68,10 +68,8 @@ module ActiveRecord #:nodoc:
68
68
  end
69
69
  end
70
70
  rescue => ex
71
- puts "Error in has_many_by_status: #{ex.message}"
72
- puts ex.backtrace
73
- RAILS_DEFAULT_LOGGER.error "Error in has_many_by_status: #{ex.message}"
74
- RAILS_DEFAULT_LOGGER.error ex.backtrace
71
+ #puts "Error in has_many_by_status: #{ex.message}"
72
+ #puts ex.backtrace
75
73
  end
76
74
  end
77
75
  end
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: has_many_by_status
5
5
  version: !ruby/object:Gem::Version
6
- version: 1.0.1
7
- date: 2007-03-01 00:00:00 -05:00
6
+ version: 1.0.2
7
+ date: 2007-03-02 00:00:00 -05:00
8
8
  summary: has_many_by_status
9
9
  require_paths:
10
10
  - lib