(Not documented)
# File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/standard.rb, line 144
144: def uhook_create_categories_table
145: create_table :categories do |t|
146: yield t
147: end
148: end
(Not documented)
# File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/standard.rb, line 150
150: def uhook_create_category_relations_table
151: create_table :category_relations do |t|
152: yield t
153: end
154: end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.