mirror of
https://github.com/fspc/bike-database.git
synced 2025-02-23 09:33:23 -05:00
4 lines
58 B
Ruby
4 lines
58 B
Ruby
class Agency < ActiveRecord::Base
|
|
has_many :clients
|
|
end
|