Files
old-ribica/back-office/app/controllers/delivery_destinations_controller.rb

5 lines
123 B
Ruby
Raw Normal View History

2015-02-20 07:33:26 +01:00
class DeliveryDestinationsController < ApplicationController
active_scaffold :"delivery_destination" do |conf|
end
end