indentlabs/notebook

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

Summary

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