Module: SolidusTaxonGroup
- Defined in:
- lib/solidus_taxon_group/engine.rb,
lib/solidus_taxon_group/version.rb,
lib/generators/solidus_taxon_group/install/install_generator.rb
Defined Under Namespace
Modules: Generators, VERSION Classes: Engine
Class Method Summary collapse
-
.version ⇒ Object
Returns the version of the currently loaded SolidusTaxonGroup as a
Gem::Version.
Class Method Details
.version ⇒ Object
Returns the version of the currently loaded SolidusTaxonGroup as a Gem::Version.
6 7 8 |
# File 'lib/solidus_taxon_group/version.rb', line 6 def version Gem::Version.new VERSION::STRING end |