Files
openfoodnetwork/app/controllers/shops_controller.rb
2015-06-10 18:38:32 +10:00

7 lines
83 B
Ruby

class ShopsController < BaseController
layout 'darkswarm'
def index
end
end