fix type column name

This commit is contained in:
loos
2014-02-14 09:29:45 -06:00
parent 4f87f003b2
commit 4ea02cf5b2
5 changed files with 128 additions and 3 deletions
Binary file not shown.
@@ -0,0 +1,5 @@
class ChangeTypeToBicycleType < ActiveRecord::Migration
def change
rename_column(:bikes, :type, :bike_type)
end
end