Files
progress-test/app/models/ck_editor_upload.rb
2022-07-21 10:28:07 -03:00

12 lines
274 B
Ruby

# == Schema Information
#
# Table name: ck_editor_uploads
#
# id :bigint not null, primary key
# created_at :datetime not null
# updated_at :datetime not null
#
class CkEditorUpload < ApplicationRecord
has_one_attached :attachment
end