6 lines
102 B
Ruby
6 lines
102 B
Ruby
|
|
class Scrap < ApplicationRecord
|
||
|
|
has_one_attached :image
|
||
|
|
has_rich_text :text
|
||
|
|
has_rich_text :notes
|
||
|
|
end
|