Files
old-ribica/back-office/app/controllers/delivery_destinations_controller.rb
2015-02-20 07:34:55 +01:00

5 lines
123 B
Ruby

class DeliveryDestinationsController < ApplicationController
active_scaffold :"delivery_destination" do |conf|
end
end