Sha256: a844da51aab87e40f1c4fbc7316b3625350cd42456838f1594bbfda42efb8b12

Contents?: true

Size: 163 Bytes

Versions: 16

Compression:

Stored size: 163 Bytes

Contents

# Returns a list of all module's migrations.
def migrations
  @migrations ||= begin
    Dir[File.expand_path "../../../../../db/migrate/*.rb", __FILE__]
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
uuids-5.0.0 spec/support/development/helpers/migrations.rb
uuids-4.1.8 spec/support/development/helpers/migrations.rb
uuids-4.1.7 spec/support/development/helpers/migrations.rb
uuids-4.1.6 spec/support/development/helpers/migrations.rb
uuids-4.1.5 spec/support/development/helpers/migrations.rb
uuids-4.1.4 spec/support/development/helpers/migrations.rb
uuids-4.1.3 spec/support/development/helpers/migrations.rb
uuids-4.1.2 spec/support/development/helpers/migrations.rb
uuids-4.1.1 spec/support/development/helpers/migrations.rb
uuids-4.1.0 spec/support/development/helpers/migrations.rb
uuids-4.0.1 spec/support/development/helpers/migrations.rb
uuids-4.0.0 spec/support/development/helpers/migrations.rb
uuids-3.0.0 spec/support/development/helpers/migrations.rb
uuids-2.0.0 spec/support/development/helpers/migrations.rb
uuids-1.4.2 spec/support/development/helpers/migrations.rb
uuids-1.4.1 spec/support/development/helpers/migrations.rb