educoder/app/models/hack_user.rb

4 lines
87 B

5 years ago
class HackUser < ApplicationRecord
belongs_to :trustie_hack, counter_cache: true
end