module Utopia::Controller::Respond::Handlers::Passthrough

Constants

WILDCARD

Public Class Methods

call(context, request, media_range, object, **options) click to toggle source
# File lib/utopia/controller/respond.rb, line 58
def self.call(context, request, media_range, object, **options)
        # Do nothing.
end
split(*arguments) click to toggle source
# File lib/utopia/controller/respond.rb, line 54
def self.split(*arguments)
        WILDCARD.split(*arguments)
end