indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

  belongs_to :flora
  belongs_to :creature, optional: true
end