Class: ModuleSetup
- Inherits:
-
Sequel::Migration
- Object
- Sequel::Migration
- ModuleSetup
- Defined in:
- lib/runtime/module.rb
Overview
The ModuleSetup class
Instance Method Summary collapse
Methods inherited from Sequel::Migration
Instance Method Details
#down ⇒ Object
39 40 41 |
# File 'lib/runtime/module.rb', line 39 def down drop_table(:module, cascade: true) if table_exists? :module end |