Files
openfoodnetwork/app/controllers/admin/enterprise_groups_controller.rb
2013-10-30 10:42:32 +11:00

8 lines
102 B
Ruby

module Admin
class EnterpriseGroupsController < ResourceController
def index
end
end
end