mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-24 05:38:52 +00:00
10 lines
126 B
Ruby
10 lines
126 B
Ruby
class ShopController < BaseController
|
|
layout "darkswarm"
|
|
|
|
def index
|
|
@distributor = current_distributor
|
|
end
|
|
|
|
|
|
end
|