sillyforum/app/models/reply.rb

4 lines
53 B
Ruby
Raw Permalink Normal View History

2026-03-17 12:49:38 +00:00
class Reply < ApplicationRecord
belongs_to :user
end