issues
search
jrallison
/
rollout_ui
RolloutUI: A slick way to rollout features in your web app.
MIT License
137
stars
86
forks
source link
Fix issue introduced in Rollout 2.2.1
#37
Closed
brentdodell
closed
7 years ago
brentdodell
commented
7 years ago
Rollout started using Set instead of Array for users and groups here:
https://github.com/fetlife/rollout/commit/a6e0b4b240006e3d9ee0cb1147e1235fec723ab0
. Set doesn't not provide a join method, so we must call to_a first.
brentdodell
commented
7 years ago
Just realized this is a duplicate of #36