Module: Export
- Defined in:
- lib/export/dwca.rb,
lib/export.rb,
lib/export/coldp.rb,
lib/export/bibtex.rb,
lib/export/paper_catalog.rb,
lib/export/basic_nomenclature.rb
Overview
require ‘asciidoctor-epub3’
Defined Under Namespace
Modules: BasicNomenclature, Bibtex, CSV, Coldp, Dwca, PaperCatalog, ProjectData Classes: Graph
Class Method Summary collapse
Class Method Details
.get_connection ⇒ Object
4 5 6 |
# File 'lib/export.rb', line 4 def self.get_connection ActiveRecord::Base.connection.raw_connection end |