created delivery destination model

This commit is contained in:
Senad Uka
2015-02-20 07:33:26 +01:00
parent 47017b6830
commit 53fc9f0b99
10 changed files with 123 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
class DeliveryDestinationsController < ApplicationController
active_scaffold :"delivery_destination" do |conf|
end
end