Sha256: 6784cc43c1a6b42d94df15b3e672b75d931d25bad5c4b4b04226b9a6fc626d63
Contents?: true
Size: 449 Bytes
Versions: 56
Compression:
Stored size: 449 Bytes
Contents
module Plutonium module Interaction module Response # Represents a failed response, which doesn't perform any specific action. class Failure < Base private # Executes the failure response by yielding. # # @param controller [ActionController::Base] The controller instance (unused). # @return [void] def execute(controller, &) yield end end end end end
Version data entries
56 entries across 56 versions & 1 rubygems