mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Adding some Bike models
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class BikeCondition < ActiveRecord::Base
|
||||
attr_accessible :condition
|
||||
|
||||
belongs_to :bike
|
||||
end
|
||||
@@ -0,0 +1,5 @@
|
||||
class BikeStatus < ActiveRecord::Base
|
||||
attr_accessible :status
|
||||
|
||||
belongs_to :bike
|
||||
end
|
||||
Reference in New Issue
Block a user