created delivery destination model
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class DeliveryDestinationsController < ApplicationController
|
||||
active_scaffold :"delivery_destination" do |conf|
|
||||
end
|
||||
end
|
||||
2
back-office/app/helpers/delivery_destinations_helper.rb
Normal file
2
back-office/app/helpers/delivery_destinations_helper.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
module DeliveryDestinationsHelper
|
||||
end
|
||||
2
back-office/app/models/delivery_destination.rb
Normal file
2
back-office/app/models/delivery_destination.rb
Normal file
@@ -0,0 +1,2 @@
|
||||
class DeliveryDestination < ActiveRecord::Base
|
||||
end
|
||||
Reference in New Issue
Block a user