Add Bike Style model and defaults

This commit is contained in:
Jason Denney
2012-12-08 16:36:29 -05:00
parent 01923723ff
commit 29af72787b
2 changed files with 14 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
class BikeStyle < ActiveRecord::Base
attr_accessible :style
belongs_to :bike
end