Growstuff/growstuff

View on GitHub
app/models/crop_post.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class CropPost < ApplicationRecord
  belongs_to :crop
  belongs_to :post
end