indentlabs/notebook

View on GitHub
app/models/page_groupers/flora_location.rb

Summary

Maintainability
A
0 mins
Test Coverage
class FloraLocation < ApplicationRecord
  include HasContentLinking

  belongs_to :user, optional: true

  belongs_to :flora
  belongs_to :location, optional: true
end