educoder/app/models/hack_user.rb

4 lines
87 B

class HackUser < ApplicationRecord
belongs_to :trustie_hack, counter_cache: true
end