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



4
5
6
7
# File 'lib/relaton/bib/model/bibitem_shared.rb', line 4

def self.included(base)
  base.xml { root "bibitem" }
  ItemShared.prune_attribute(base, :ext, "ext")
end