Module: SpreeRelatedProducts
- Defined in:
- lib/spree_related_products/engine.rb,
lib/spree_related_products/version.rb,
app/models/spree_related_products/spree/product_decorator.rb,
app/helpers/spree_related_products/products_helper_decorator.rb,
lib/generators/spree_related_products/install/install_generator.rb,
app/controllers/spree_related_products/spree/admin/products_controller_decorator.rb
Defined Under Namespace
Modules: Generators, ProductsHelperDecorator, Spree Classes: Engine
Constant Summary collapse
- VERSION =
'1.0.1'.freeze
Class Method Summary collapse
-
.version ⇒ Object
Returns the version of the currently loaded SpreeRelatedProducts as a Gem::Version.
Class Method Details
.version ⇒ Object
Returns the version of the currently loaded SpreeRelatedProducts as a Gem::Version.
8 9 10 |
# File 'lib/spree_related_products/version.rb', line 8 def version Gem::Version.new VERSION end |