Matho/refinerycms-registrations

View on GitHub
app/models/refinery/race_registrations/group_category.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Refinery
  module RaceRegistrations
    class GroupCategory < Refinery::Core::BaseModel
       belongs_to :group
       belongs_to :category
    end
  end
end