text.rb 72 B

123
  1. class Text < ApplicationRecord
  2. belongs_to :user, optional: true
  3. end