1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-02-23 17:43:22 -05:00

4 lines
58 B
Ruby
Raw Normal View History

2014-09-21 18:23:15 -05:00
class Agency < ActiveRecord::Base
has_many :clients
2014-09-21 18:23:15 -05:00
end