Files
growstuff/app/models/crop_post.rb
2020-01-10 16:50:52 +13:00

7 lines
108 B
Ruby

# frozen_string_literal: true
class CropPost < ApplicationRecord
belongs_to :crop
belongs_to :post
end