noesya/osuny

View on GitHub
app/models/concerns/with_references.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module WithReferences
  extend ActiveSupport::Concern

  def references
    []
  end
end