indentlabs/notebook

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

Summary

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

  belongs_to :user, optional: true

  belongs_to :location
  belongs_to :largest_city, class_name: 'Location', optional: true
end