aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/result.rb
blob: 8ca10e2b6bf90c9ba414024447baf1c0dbfb0863 (plain)
1
2
3
4
class Result < ApplicationRecord
  belongs_to :snippet
  belongs_to :compiler
end