mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-04-18 22:10:15 -04:00
5 lines
80 B
Ruby
5 lines
80 B
Ruby
class Plot < ApplicationRecord
|
|
belongs_to :garden
|
|
belongs_to :container
|
|
end
|