# Only ever called from the development-only jump panel. module DevJumpHelper def dev_jump_stage_count Node.roots.viewable.first&.children&.ordered&.stage&.size.to_i end def dev_jump_path(path, query = {}) [ "/#{I18n.locale}#{path}", query.to_query.presence ].compact.join("?") end end