acts-as-taggable-on 2.0.1 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/acts_as_taggable_on/acts_as_taggable_on/related.rb +1 -0
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.
|
1
|
+
2.0.2
|
@@ -3,6 +3,7 @@ module ActsAsTaggableOn::Taggable
|
|
3
3
|
def self.included(base)
|
4
4
|
base.send :include, ActsAsTaggableOn::Taggable::Related::InstanceMethods
|
5
5
|
base.extend ActsAsTaggableOn::Taggable::Related::ClassMethods
|
6
|
+
base.initialize_acts_as_taggable_on_related
|
6
7
|
end
|
7
8
|
|
8
9
|
module ClassMethods
|