# File lib/acts_as_taggable_on/acts_as_taggable_on/ownership.rb, line 3 def self.included(base) base.send :include, ActsAsTaggableOn::Taggable::Ownership::InstanceMethods base.extend ActsAsTaggableOn::Taggable::Ownership::ClassMethods base.class_eval do after_save :save_owned_tags end base.initialize_acts_as_taggable_on_ownership end
Generated with the Darkfish Rdoc Generator 2.