Sha256: e6e99b9491059f486aef2ec5619ef1c30862ec9e033a9ff497035bf4b63a3972

Contents?: true

Size: 312 Bytes

Versions: 3

Compression:

Stored size: 312 Bytes

Contents

require 'active_record'
require 'active_record/migration'

require 'migration_tools/migration_extension'
require 'migration_tools/tasks'

module MigrationTools
  def self.forced?
    !!@forced
  end

  def self.forced!
    @forced = true
  end

  MIGRATION_GROUPS = [ 'before', 'during', 'after', 'change' ]
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
migration_tools-0.1.7 lib/migration_tools.rb
migration_tools-0.1.6 lib/migration_tools.rb
migration_tools-0.1.5 lib/migration_tools.rb