lk & sh | posts to bike index in development when creating new bike

This commit is contained in:
Loos
2015-08-06 20:29:46 -05:00
parent 66c43e57c2
commit 3224faab0e
12 changed files with 137 additions and 2 deletions
@@ -0,0 +1,5 @@
class AddBikeIndexIdToBikes < ActiveRecord::Migration
def change
add_column :bikes, :bike_index_id, :integer
end
end