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
4 5 6 7 |
# File 'lib/relaton/bib/model/bibdata_shared.rb', line 4 def self.included(base) base.xml { root "bibdata" } ItemShared.prune_attribute(base, :id, "id") end |