Files

Class Index [+]

Quicksearch

UbiquoCategories::Connectors::Standard::ActiveRecord::Base::ClassMethods

Public Instance Methods

uhook_assign_to_set(set, categories, object) click to toggle source

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
uhook_categorized_with(field, options;) click to toggle source

Hook called at the end of a categorized_with call

     # File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/standard.rb, line 177
177:             def uhook_categorized_with field, options; end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.