1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

AR::Migration.shut_up!

This commit is contained in:
Akira Matsuda 2012-05-23 12:53:16 +09:00
parent d0cb1837a1
commit 52758797d2

View file

@ -53,4 +53,5 @@ class CreateAllTables < ActiveRecord::Migration
create_table(:user_addresses) {|t| t.string :street; t.integer :user_id }
end
end
ActiveRecord::Migration.verbose = false
CreateAllTables.up