Sha256: ad2d3fc9b2178921a292e3be81ea4d2f0bdd63e9cd9d8dfcad915f75ebea2a99

Contents?: true

Size: 327 Bytes

Versions: 19

Compression:

Stored size: 327 Bytes

Contents

# frozen_string_literal: true

class DocumentsWithErrorController < ApplicationController
  include Azeroth::Resourceable

  resource_for :document,
               only: :create,
               decorator: Document::DecoratorWithError

  resource_for :document,
               only: :update,
               decorator: false
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
azeroth-1.0.0 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.10.1 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.10.0 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.9.0 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.8.2 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.8.1 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.8.0 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.7.4 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.7.3 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.7.2 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.7.1 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.7.0 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.6.5 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.6.4 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.6.3 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.6.2 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.6.1 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.6.0 spec/dummy/app/controllers/documents_with_error_controller.rb
azeroth-0.5.0 spec/dummy/app/controllers/documents_with_error_controller.rb