Sha256: bf3bdc770a2358bdb733cb9be9f6f3796a196719b1b3dfc31588930fb1c6a61d

Contents?: true

Size: 311 Bytes

Versions: 26

Compression:

Stored size: 311 Bytes

Contents

# frozen_string_literal: true
module Hyrax
  module Actors
    # This is always the last middleware on the actor middleware stack.
    class Terminator
      def create(_env)
        true
      end

      def update(_env)
        true
      end

      def destroy(_env)
        true
      end
    end
  end
end

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
hyrax-5.0.2 app/actors/hyrax/actors/terminator.rb
hyrax-5.0.1 app/actors/hyrax/actors/terminator.rb
hyrax-5.0.0 app/actors/hyrax/actors/terminator.rb
hyrax-5.0.0.rc3 app/actors/hyrax/actors/terminator.rb
hyrax-5.0.0.rc2 app/actors/hyrax/actors/terminator.rb
hyrax-5.0.0.rc1 app/actors/hyrax/actors/terminator.rb
hyrax-3.6.0 app/actors/hyrax/actors/terminator.rb
hyrax-4.0.0 app/actors/hyrax/actors/terminator.rb
hyrax-4.0.0.rc3 app/actors/hyrax/actors/terminator.rb
hyrax-4.0.0.rc2 app/actors/hyrax/actors/terminator.rb
hyrax-4.0.0.rc1 app/actors/hyrax/actors/terminator.rb
hyrax-3.5.0 app/actors/hyrax/actors/terminator.rb
hyrax-4.0.0.beta2 app/actors/hyrax/actors/terminator.rb
hyrax-3.4.2 app/actors/hyrax/actors/terminator.rb
hyrax-4.0.0.beta1 app/actors/hyrax/actors/terminator.rb
hyrax-3.4.1 app/actors/hyrax/actors/terminator.rb
hyrax-3.4.0 app/actors/hyrax/actors/terminator.rb
hyrax-3.3.0 app/actors/hyrax/actors/terminator.rb
hyrax-3.2.0 app/actors/hyrax/actors/terminator.rb
hyrax-3.1.0 app/actors/hyrax/actors/terminator.rb