1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00

formatting

This commit is contained in:
Jason Denney 2012-12-04 23:14:53 -05:00
parent 8f276b6ffc
commit 2ac1b7dcd9

View File

@ -1,7 +1,7 @@
class CreateBike < ActiveRecord::Migration
def change
create_table :bikes do |t|
t.string "serial_number"
t.string "serial_number"
t.integer "bike_brand_id"
t.integer "bike_model_id"
t.string "color"