lib/hanami/action/rack/callable.rb in hanami-controller-1.0.0.beta2 vs lib/hanami/action/rack/callable.rb in hanami-controller-1.0.0.beta3
- old
+ new
@@ -1,6 +1,5 @@
-
module Hanami
module Action
module Rack
module Callable
# Callable module for actions. With this module, actions with middlewares
@@ -8,9 +7,10 @@
#
# @param env [Hash] the full Rack env or the params. This value may vary,
# see the examples below.
#
# @since 0.4.0
+ # @api private
#
# @see Hanami::Action::Rack::ClassMethods#rack_builder
# @see Hanami::Action::Rack::ClassMethods#use
#
# @example