Files
openfoodnetwork/app/controllers/spree/admin/distributors_controller.rb
2012-04-07 12:10:44 +10:00

8 lines
101 B
Ruby

module Spree
module Admin
class DistributorsController < ResourceController
end
end
end