indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class LandmarkCreature < ApplicationRecord
  belongs_to :user, optional: true
  belongs_to :landmark
  belongs_to :creature, optional: true
end