If your first wanted list was created before your first owned list, then `false` would come before `true` in the keys of `current_user_lists`. I both fixed this to be more consistent at the model level, because who likes unpredictable behavior? But also downstream at the view I hardcoded that true should come before false, because that's a UI concern that I want to be encoded in the view regardless of what's upstream. |
||
|---|---|---|
| .. | ||
| _item.html.haml | ||
| _item_header.haml | ||
| _item_link.html.haml | ||
| index.html.haml | ||
| needed.html.haml | ||
| show.html.haml | ||