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

5 lines
130 B
Ruby
Raw Normal View History

2015-03-21 06:30:18 +01:00
class DeliveryTimeEstimationsController < ApplicationController
active_scaffold :"delivery_time_estimation" do |conf|
end
end