Files

Class Index [+]

Quicksearch

UbiquoCategories::Connectors::Standard::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/standard.rb, line 144
144:           def uhook_create_categories_table
145:             create_table :categories do |t|
146:               yield t
147:             end
148:           end
uhook_create_category_relations_table() {|t| ...} click to toggle source

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

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.