mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
8 lines
112 B
Ruby
8 lines
112 B
Ruby
module Spree
|
|
class HomeController < Spree::StoreController
|
|
respond_to :html
|
|
|
|
def index; end
|
|
end
|
|
end
|