Method: Monark::Context#done
- Defined in:
- lib/monark/context.rb
#done ⇒ Object
39 40 41 42 43 44 |
# File 'lib/monark/context.rb', line 39 def done load_manifest count = migrations.count schema = Schema.new schema.next_migration = count if count > schema.next_migration end |