mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-04-19 06:20:28 -04:00
5 lines
80 B
Ruby
5 lines
80 B
Ruby
class Plot < ApplicationRecord
|
|
belongs_to :garden
|
|
belongs_to :container
|
|
end
|