This website works better with JavaScript.
Home
Explore
Help
Sign In
bike
/
BikeShed-1
mirror of
https://github.com/fspc/BikeShed-1.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Velocipede's User, Sales, and Bike Inventory Web App
18
Commits
8
Branches
8
Tags
44 MiB
Tree:
7ba1ef6225
BikeShed-1
/
app
/
models
/
bike_condition.rb
6 lines
94 B
Raw
Normal View
History
Adding some Bike models
12 years ago
class
BikeCondition
<
ActiveRecord
::
Base
attr_accessible
:condition
belongs_to
:bike
end