mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-26 10:45:04 -04:00
7 lines
108 B
Ruby
7 lines
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
class CropPost < ApplicationRecord
|
|
belongs_to :crop
|
|
belongs_to :post
|
|
end
|