Module: Relaton::Bib::BibdataShared
- Included in:
- Bibdata
- Defined in:
- lib/relaton/bib/model/bibdata_shared.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
6 7 8 9 |
# File 'lib/relaton/bib/model/bibdata_shared.rb', line 6 def self.included(base) base.xml { root "bibdata" } ItemShared.prune_attribute(base, :id, "id") end |