engine/app/controllers/locomotive/content_types_controller.rb

12 lines
156 B
Ruby

module Locomotive
class ContentTypesController < BaseController
sections 'contents'
def destroy
destroy! { pages_url }
end
end
end