spec/dummy/app/controllers/documents_controller.rb in azeroth-0.3.0 vs spec/dummy/app/controllers/documents_controller.rb in azeroth-0.4.0
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
class DocumentsController < ApplicationController
include Azeroth::Resourceable
- resource_for :document
+ resource_for :document, except: :index
end