indentlabs/notebook

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

Summary

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