Files

Class Index [+]

Quicksearch

UbiquoCategories::Connectors::Standard::CategorySet::InstanceMethods

Public Instance Methods

uhook_category_identifier_for_name(category_name) click to toggle source

Returns an identifier value for a given category_name in this set

    # File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/standard.rb, line 42
42:           def uhook_category_identifier_for_name category_name
43:             self.select_fittest(category_name).id rescue 0
44:           end
uhook_select_fittest(category, options = {}) click to toggle source

Returns the fittest category given other possible determining options

    # File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/standard.rb, line 47
47:           def uhook_select_fittest category, options = {}
48:             category
49:           end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.