Files

Class Index [+]

Quicksearch

UbiquoCategories::Connectors::Standard::UbiquoCategoriesController::Helper

Public Instance Methods

uhook_category_filters(filter_set) click to toggle source

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
uhook_category_form(form) click to toggle source

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
uhook_category_index_actions(category_set, category) click to toggle source

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
uhook_category_partial(category) click to toggle source

Returns any necessary extra code to be inserted in the category partial

    # File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/standard.rb, line 89
89:           def uhook_category_partial category
90:             ''
91:           end
uhook_edit_category_sidebar(category) click to toggle source

Returns content to show in the sidebar when editing an category

    # File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/standard.rb, line 66
66:           def uhook_edit_category_sidebar category
67:             ''
68:           end
uhook_new_category_sidebar(category) click to toggle source

Returns content to show in the sidebar when creating an category

    # File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/standard.rb, line 71
71:           def uhook_new_category_sidebar category
72:             ''
73:           end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.