You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
class Cdao::DocumentLibrary < Cdao::Base |
|
self.table_name = "document_product_titles" |
|
|
|
belongs_to :library, class_name: "Cdao::Library", foreign_key: :producttitle_id, optional: false |
|
end
|
|
|