Sha256: 8a0afa1706b6de341609e4568fa4e3610be174378e46c611c11ce9d6b1149f6f

Contents?: true

Size: 281 Bytes

Versions: 48

Compression:

Stored size: 281 Bytes

Contents

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

48 entries across 48 versions & 1 rubygems

Version Path
hyrax-2.9.6 app/actors/hyrax/actors/terminator.rb
hyrax-2.9.5 app/actors/hyrax/actors/terminator.rb
hyrax-2.9.4 app/actors/hyrax/actors/terminator.rb
hyrax-2.9.3 app/actors/hyrax/actors/terminator.rb
hyrax-2.9.2 app/actors/hyrax/actors/terminator.rb
hyrax-2.9.1 app/actors/hyrax/actors/terminator.rb
hyrax-2.9.0 app/actors/hyrax/actors/terminator.rb
hyrax-2.8.0 app/actors/hyrax/actors/terminator.rb
hyrax-2.7.2 app/actors/hyrax/actors/terminator.rb
hyrax-2.7.1 app/actors/hyrax/actors/terminator.rb
hyrax-2.7.0 app/actors/hyrax/actors/terminator.rb
hyrax-2.6.0 app/actors/hyrax/actors/terminator.rb
hyrax-3.0.0.pre.rc1 app/actors/hyrax/actors/terminator.rb
hyrax-3.0.0.pre.beta3 app/actors/hyrax/actors/terminator.rb
hyrax-2.5.1 app/actors/hyrax/actors/terminator.rb
hyrax-2.5.0 app/actors/hyrax/actors/terminator.rb
hyrax-3.0.0.pre.beta2 app/actors/hyrax/actors/terminator.rb
hyrax-2.4.1 app/actors/hyrax/actors/terminator.rb
hyrax-3.0.0.pre.beta1 app/actors/hyrax/actors/terminator.rb
hyrax-2.4.0 app/actors/hyrax/actors/terminator.rb