Method: Sequel::Migration.inherited

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

.inherited(base) ⇒ Object

Adds the new migration class to the list of Migration descendants.



53
54
55
# File 'lib/sequel/extensions/migration.rb', line 53

def self.inherited(base)
  descendants << base
end