mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-30 21:27:17 +00:00
9 lines
115 B
Ruby
9 lines
115 B
Ruby
module Spree
|
|
class HomeController < Spree::StoreController
|
|
respond_to :html
|
|
|
|
def index
|
|
end
|
|
end
|
|
end
|