indentlabs/notebook

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

Summary

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