indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class ContinentPopularFood < ApplicationRecord
  belongs_to :continent
  belongs_to :popular_food, class_name: Food.name, optional: true
  belongs_to :user, optional: true
end