Okechi Onyeje 7c6cf0f38d Create implemented Company
- Create route and view implemented with minimal info
- index implemented and shows number of registered companies
2017-01-20 02:40:43 -05:00

5 lines
73 B
Ruby

class Company < ApplicationRecord
has_many :users
has_many :runs
end