4 lines
58 B
Ruby
4 lines
58 B
Ruby
class Project < ApplicationRecord
|
|
has_many :tasks
|
|
end
|
class Project < ApplicationRecord
|
|
has_many :tasks
|
|
end
|