6 changed files with 37 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
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 |
||||
Loading…
Reference in new issue