orbit-personalbook/app/models/book_paper_type.rb

5 lines
82 B
Ruby

class BookPaperType < WritingBookCategory
field :title, localize: true
end