ruby-grape / grape

An opinionated framework for creating REST-like APIs in Ruby.
http://www.ruby-grape.org
MIT License
9.86k stars 1.22k forks source link

Fixes #2347 - Correct full path building for lateral scopes #2469

Closed numbata closed 1 week ago

numbata commented 2 weeks ago

Should fix the #2347 issue.

This pull request fixes an issue where the full_path method would stop building the full path when encountering lateral scopes like with or given. The updated method now correctly handles these cases, ensuring accurate path construction

Thanks @seriousdev-gh for the spec.