mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 11:47:41 +00:00
- Create route and view implemented with minimal info - index implemented and shows number of registered companies
5 lines
73 B
Ruby
5 lines
73 B
Ruby
class Company < ApplicationRecord
|
|
has_many :users
|
|
has_many :runs
|
|
end
|