module Spree class HomeController < Spree::StoreController respond_to :html def index end end end