Sha256: 8825e7d312d81a94b05bcf259a30eba809391cee33999d7c6143510559f1ac42

Contents?: true

Size: 255 Bytes

Versions: 3

Compression:

Stored size: 255 Bytes

Contents

          class BjMigration0 < ActiveRecord::Migration
            def self.up
              Bj::Table.each{|table| table.up}
            end
            def self.down
              Bj::Table.reverse_each{|table| table.down}
            end
          end

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
ambethia-bj-1.2.1 spec/rails_root/db/migrate/20080909151517_bj_migration0.rb
vibes-bj-1.2.2 spec/rails_root/db/migrate/20080909151517_bj_migration0.rb
vibes-bj-1.2.1 spec/rails_root/db/migrate/20080909151517_bj_migration0.rb