Skip to content

madebylotus/arbre-regression-1.2.0-example

Repository files navigation

Reproduction Steps

This repo illustrates a bug present in arbre 1.2.0 as mentioned in the following issue.

activeadmin/arbre#119

Installation

Setup the vanilla rails app + active admin with standard instructions:

$> bundle install
$> rails db:setup
$> rails s

Then open open your browser and navigate to edit the first Order, ie:

$> open http://localhost:3000/admin/orders/1/edit

Observe that the 2 payments recorded on the Order are shown twice, resulting in 4 rows.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published