module Hanami::Routing::Resources::DefaultMemberAction
Implementation of common methods for concrete member actions
@api private @since 0.1.0
Private Instance Methods
path()
click to toggle source
@since 0.1.0 @api private
# File lib/hanami/routing/resources/action.rb, line 80 def path rest_path.join(Action.identifier) end