indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class CharacterFlora < ApplicationRecord
  belongs_to :user, optional: true
  belongs_to :character
  belongs_to :flora, optional: true
end