5 lines
123 B
Ruby
5 lines
123 B
Ruby
|
|
class DeliveryDestinationsController < ApplicationController
|
||
|
|
active_scaffold :"delivery_destination" do |conf|
|
||
|
|
end
|
||
|
|
end
|