Class: HomeController

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

Instance Method Summary collapse

Instance Method Details

#indexObject



4
5
6
# File 'app/controllers/home_controller.rb', line 4

def index
  @products = Product.on_homepage.active
end