indentlabs/notebook

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

Summary

Maintainability
A
0 mins
Test Coverage
class Lingualism < ApplicationRecord
  include HasContentLinking

  belongs_to :user, optional: true

  belongs_to :character
  belongs_to :spoken_language, class_name: 'Language', optional: true
end