Sha256: 65d5252a1ec32dd2aed910f0e03e19920c8323e9c90fb5b8fee9396e0046e838

Contents?: true

Size: 246 Bytes

Versions: 23

Compression:

Stored size: 246 Bytes

Contents

# frozen_string_literal: true

module RailsSpotlight
  module Middlewares
    module Handlers
      class NotFoundActionHandler < BaseActionHandler
        def execute
          raise NotFound, 'Not found'
        end
      end
    end
  end
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
rails_spotlight-0.4.2 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.4.1 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.4.0 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.3.9 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.3.8 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.3.7 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.3.6 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.3.5 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.3.4 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.3.3 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.3.2 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.3.1 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.3.0 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.2.5 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.2.4 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.2.3 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.2.2 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.2.1 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.2.0 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb
rails_spotlight-0.1.7 lib/rails_spotlight/middlewares/handlers/not_found_action_handler.rb