mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-27 03:02:43 -04:00
5 lines
81 B
Ruby
5 lines
81 B
Ruby
class Plot < ActiveRecord::Base
|
|
belongs_to :garden
|
|
belongs_to :container
|
|
end
|