Sha256: 5d5419e6649702c5256b3b9be00c08b766e94190d95d805312ebd1deb07cc6d4

Contents?: true

Size: 166 Bytes

Versions: 9

Compression:

Stored size: 166 Bytes

Contents

module Apartment
  
  module Test
    
    def self.migrate
      ActiveRecord::Migrator.migrate Rails.root + ActiveRecord::Migrator.migrations_path
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
apartment-0.10.0 spec/support/migrate.rb
apartment-0.9.2 spec/support/migrate.rb
apartment-0.9.1 spec/support/migrate.rb
apartment-0.9.0 spec/support/migrate.rb
apartment-0.8.0 spec/support/migrate.rb
apartment-0.7.0 spec/support/migrate.rb
apartment-0.6.0 spec/support/migrate.rb
apartment-0.5.1 spec/support/migrate.rb
apartment-0.5.0 spec/support/migrate.rb