Files
old-ribica/back-office/app/controllers/delivery_time_estimations_controller.rb
2015-03-21 06:30:18 +01:00

5 lines
130 B
Ruby

class DeliveryTimeEstimationsController < ApplicationController
active_scaffold :"delivery_time_estimation" do |conf|
end
end