Class: SpreeProductTestimonials::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/spree_product_testimonials/engine.rb

Class Method Summary collapse

Class Method Details

.activateObject



7
8
9
10
11
# File 'lib/spree_product_testimonials/engine.rb', line 7

def self.activate
  Product.class_eval do
    has_many :testimonials
  end
end