This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Description
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