mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-14 23:47:48 +00:00
9 lines
144 B
Ruby
9 lines
144 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Admin
|
|
class TermsOfServiceFilesController < Spree::Admin::BaseController
|
|
def show
|
|
end
|
|
end
|
|
end
|