Files
test_rails_kaungkaung/app/models/project.rb
2026-01-26 14:36:16 +06:30

4 lines
58 B
Ruby

class Project < ApplicationRecord
has_many :tasks
end