Files
growstuff/app/models/crop_companion.rb
Daniel O'Connor 678eaa4d52 Revert "Fix Brakeman complaint"
This reverts commit c611a47d1f.
2022-11-06 17:36:06 +10:30

7 lines
155 B
Ruby

# frozen_string_literal: true
class CropCompanion < ApplicationRecord
belongs_to :crop_a, class_name: :Crop
belongs_to :crop_b, class_name: :Crop
end