indentlabs/notebook

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

Summary

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