# encoding: utf-8 class ConferencePaperType < WritingConferenceCategory field :title, localize: true has_and_belongs_to_many :writing_conferences end