educoder/app/models/output.rb

4 lines
59 B

6 years ago
class Output < ApplicationRecord
belongs_to :game
end