has_many_by_status 1.0.2 → 1.0.3
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.
- data/lib/has_many_by_status.rb +1 -1
- metadata +4 -4
data/lib/has_many_by_status.rb
CHANGED
@@ -13,7 +13,7 @@ module ActiveRecord #:nodoc:
|
|
13
13
|
def has_many_by_status(association_id, options = {}, &extension)
|
14
14
|
begin
|
15
15
|
# don't allow multiple calls
|
16
|
-
return if self.included_modules.include?(ActiveRecord::Has::ManyByStatus::ActMethods)
|
16
|
+
#return if self.included_modules.include?(ActiveRecord::Has::ManyByStatus::ActMethods)
|
17
17
|
|
18
18
|
self_class_name = self.to_s.downcase
|
19
19
|
|
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.
|
7
|
-
date: 2007-03-
|
6
|
+
version: 1.0.3
|
7
|
+
date: 2007-03-19 00:00:00 -04:00
|
8
8
|
summary: has_many_by_status
|
9
9
|
require_paths:
|
10
10
|
- lib
|
@@ -53,9 +53,9 @@ dependencies:
|
|
53
53
|
version_requirement:
|
54
54
|
version_requirements: !ruby/object:Gem::Version::Requirement
|
55
55
|
requirements:
|
56
|
-
- - "
|
56
|
+
- - ">"
|
57
57
|
- !ruby/object:Gem::Version
|
58
|
-
version:
|
58
|
+
version: 0.0.0
|
59
59
|
version:
|
60
60
|
- !ruby/object:Gem::Dependency
|
61
61
|
name: acts_as_constant
|