Class: UninstallGarland

Inherits:
Object
  • Object
show all
Defined in:
lib/generators/garland_rails/templates/uninstall_migration.rb

Instance Method Summary collapse

Instance Method Details

#changeObject



2
3
4
# File 'lib/generators/garland_rails/templates/uninstall_migration.rb', line 2

def change
  drop_table :garlands
end