orbit-basic/vendor/built_in_modules/personal_book/app/models/book_author_type.rb

9 lines
143 B
Ruby
Raw Normal View History

2012-09-13 10:13:34 +00:00
# encoding: utf-8
class BookAuthorType < WritingBookCategory
field :title, localize: true
has_and_belongs_to_many :writing_books
end