Adds the categories to the set and returns the categories that will be effectively related to object
# File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/standard.rb, line 170
170: def uhook_assign_to_set set, categories, object
171: set.categories << categories
172: categories = Array(categories).reject(&:blank?)
173: categories.map{|c| set.select_fittest c}.uniq.compact
174: end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.