Genshin/GAKUEngine

View on GitHub
core/app/models/concerns/notes.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Notes
  extend ActiveSupport::Concern

  included do
    has_many :notes, as: :notable
  end
end