mirror of https://github.com/fspc/BikeShed-1.git
Jason Denney
12 years ago
2 changed files with 10 additions and 0 deletions
@ -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 |
Loading…
Reference in new issue