rails function migrate that will also migrate the test database

This commit is contained in:
Bruno Pinto 2013-03-05 23:13:44 -03:00
parent 53d1c4fa15
commit 4cdc45cc56

View File

@ -0,0 +1,3 @@
function migrate
rake db:migrate db:test:clone
end