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:
parent
d0cb1837a1
commit
52758797d2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue