lib/hanami/extensions/view/context.rb in hanami-2.1.0 vs lib/hanami/extensions/view/context.rb in hanami-2.2.0.beta1
- old
+ new
@@ -154,10 +154,10 @@
end
@assets
end
- # Returns the current request, if the view is rendered from within an action.
+ # Returns the current request, if the view is rendered from within an action.
#
# @return [Hanami::Action::Request] the request
#
# @raise [Hanami::ComponentLoadError] if the view is not rendered from within a request
#