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