indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

  belongs_to :scene
  belongs_to :scene_location, class_name: 'Location', optional: true
end