indentlabs/notebook

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

Summary

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