Files
growstuff/app/models/crop_post.rb
Daniel O'Connor 892cd1c463 Revert "Fix Brakeman complaint"
This reverts commit 35f0488a46.
2022-11-06 17:36:11 +10:30

7 lines
108 B
Ruby

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