removed special offer id from items
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class DeliveryTimeEstimationsController < ApplicationController
|
||||
active_scaffold :"delivery_time_estimation" do |conf|
|
||||
end
|
||||
end
|
||||
@@ -0,0 +1,2 @@
|
||||
module DeliveryTimeEstimationsHelper
|
||||
end
|
||||
2
back-office/app/models/delivery_time_estimation.rb
Normal file
2
back-office/app/models/delivery_time_estimation.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
class DeliveryTimeEstimation < ActiveRecord::Base
|
||||
end
|
||||
Reference in New Issue
Block a user