This website works better with JavaScript.
Home
Explore
Help
Sign In
bike
/
bike-database
mirror of
https://github.com/fspc/bike-database.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Bike database interface
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
158
Commits
2
Branches
0
Tags
1.5 MiB
Tree:
e50edcaae5
master
vagrant
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e50edcaae5'
${ noResults }
bike-database
/
app
/
models
/
agency.rb
4 lines
58 B
Raw
Normal View
History
Louis | Adds agencies
10 years ago
class
Agency
<
ActiveRecord
::
Base
Louis | Allows users to associate clients with agencies
10 years ago
has_many
:clients
Louis | Adds agencies
10 years ago
end