Defines additional filters on the received filter set
# File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/standard.rb, line 62
62: def uhook_category_filters(filter_set)
63: end
Returns any necessary extra code to be inserted in the category form
# File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/standard.rb, line 84
84: def uhook_category_form form
85: ''
86: end
Returns the available actions links for a given category
# File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/standard.rb, line 76
76: def uhook_category_index_actions category_set, category
77: [
78: link_to(t('ubiquo.edit'), [:edit, :ubiquo, category_set, category]),
79: link_to(t('ubiquo.remove'), [:ubiquo, category_set, category], :confirm => t("ubiquo.category.index.confirm_removal"), :method => :delete)
80: ]
81: end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.