Scaffold job model
This commit is contained in:
4
app/models/job.rb
Normal file
4
app/models/job.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
class Job < ApplicationRecord
|
||||
belongs_to :operator_id
|
||||
belongs_to :costumer_id
|
||||
end
|
||||
Reference in New Issue
Block a user