4 lines
87 B
4 lines
87 B
5 years ago
|
class HackUser < ApplicationRecord
|
||
|
belongs_to :trustie_hack, counter_cache: true
|
||
|
end
|