rails/activerecord/test/models/paragraph.rb
2023-03-13 14:07:28 +02:00

6 lines
91 B
Ruby

# frozen_string_literal: true
class Paragraph < ActiveRecord::Base
belongs_to :book
end