mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-08 22:56:06 +00:00
10 lines
126 B
Ruby
10 lines
126 B
Ruby
class ShopController < BaseController
|
|
layout "darkswarm"
|
|
|
|
def index
|
|
@distributor = current_distributor
|
|
end
|
|
|
|
|
|
end
|