Files
growstuff/app/models/plot.rb

5 lines
80 B
Ruby

class Plot < ApplicationRecord
belongs_to :garden
belongs_to :container
end