lib/hanami/action/base_params.rb in hanami-controller-1.0.0.rc1 vs lib/hanami/action/base_params.rb in hanami-controller-1.0.0
- old
+ new
@@ -18,10 +18,10 @@
ROUTER_PARAMS = 'router.params'.freeze
# The key that returns Rack session params from the Rack env
# Please note that this is used only when an action is unit tested.
#
- # @since 1.0.0.beta1
+ # @since 1.0.0
# @api private
#
# @example
# # action unit test
# action.call('rack.session' => { 'foo' => 'bar' })