(Not documented)
# File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/i18n.rb, line 229
229: def uhook_create_categories_table
230: create_table :categories, :translatable => true do |t|
231: yield t
232: end
233: end
(Not documented)
# File vendor/plugins/ubiquo_categories/lib/ubiquo_categories/connectors/i18n.rb, line 235
235: def uhook_create_category_relations_table
236: create_table :category_relations do |t|
237: yield t
238: end
239: end
Disabled; run with $DEBUG to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.