Files

Class Index [+]

Quicksearch

UbiquoDesign::Connectors::Standard::Migration::ClassMethods

Public Instance Methods

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

(Not documented)

     # File vendor/plugins/ubiquo_design/lib/ubiquo_design/connectors/standard.rb, line 242
242:           def uhook_create_pages_table
243:             create_table :pages do |t|
244:               yield t
245:             end
246:           end
uhook_create_widgets_table() {|t| ...} click to toggle source

(Not documented)

     # File vendor/plugins/ubiquo_design/lib/ubiquo_design/connectors/standard.rb, line 247
247:           def uhook_create_widgets_table
248:             create_table :widgets do |t|
249:               yield t
250:             end
251:           end

Disabled; run with $DEBUG to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.