Class: TestimonialsController

Inherits:
Spree::BaseController
  • Object
show all
Defined in:
app/controllers/testimonials_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



2
3
4
# File 'app/controllers/testimonials_controller.rb', line 2

def index
  @testimonials = Testimonial.featured
end