Method: Sequel::SimpleMigration#down

Defined in:
lib/sequel/extensions/migration.rb

#downObject

Proc used for the down action

[View source]

91
92
93
# File 'lib/sequel/extensions/migration.rb', line 91

def down
  @down
end