module Trailblazer::Endpoint::Controller::Rails::DefaultBlocks

The three default handlers for {Endpoint::with_or_etc} @experimental

Public Class Methods

extended(extended) click to toggle source
# File lib/trailblazer/endpoint/controller.rb, line 76
def self.extended(extended)
  extended.directive :options_for_block_options, Controller.method(:options_for_block_options)
end