indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

  belongs_to :religion
  belongs_to :artifact, class_name: 'Item', optional: true
end