Files
gitlink-forgeplus/app/models/run_code_message.rb
2020-03-09 00:40:16 +08:00

4 lines
67 B
Ruby

class RunCodeMessage < ApplicationRecord
belongs_to :game
end