ozfortress/citadel

View on GitHub
app/models/league/pooled_map.rb

Summary

Maintainability
A
0 mins
Test Coverage
class League
  class PooledMap < ApplicationRecord
    belongs_to :league, inverse_of: :pooled_maps
    belongs_to :map
  end
end