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