class ApplicationType < Comm::BaseMasterModel::ApplicationType
  has_one :circular_template, :dependent => :destroy
  has_many :circular_document_templates, :dependent => :destroy
  has_many :application_rules, :dependent => :destroy
  has_many :ranks_approvals, :dependent => :destroy
end
