You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
If group_by key for a segment ends with dot(s), splitting with simple split(key_path) in segment_options_for drops trailing null key(s) resulting in error message "ActionView::Template::Error (wrong argument type NilClass (must respond to :each)):"
Simple change to split(key_path,-1) in segment_options_for solves it
I forked it to fix the problem in my project, but please update