indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class LocationLargestTown < ApplicationRecord
  belongs_to :location
  belongs_to :user, optional: true
  belongs_to :largest_town, class_name: Town.name, optional: true
end