Files

Class Index [+]

Quicksearch

UbiquoCategories::Connectors::I18n::Migration::ClassMethods

Public Instance Methods

uhook_create_categories_table() {|t| ...} click to toggle source

(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
uhook_create_category_relations_table() {|t| ...} click to toggle source

(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.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.