6 lines
86 B
Ruby
6 lines
86 B
Ruby
class ITaskProject < ApplicationRecord
|
|
belongs_to :admin
|
|
|
|
has_many :i_tasks
|
|
end
|