thatcher_app/app/models/i_task_project.rb
2019-11-11 16:11:03 +01:00

6 lines
86 B
Ruby

class ITaskProject < ApplicationRecord
belongs_to :admin
has_many :i_tasks
end