Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🧹🛠️ Marketplace: return only Marketplaces! #1423

Merged
merged 2 commits into from
May 4, 2023

Commits on Apr 30, 2023

  1. 🧹 Marketplace: return only Marketplaces!

    - #831
    - #709
    
    There's something appealing about switching to Rails' built in `Single
    Table Inheritance` for `Furniture`, rather than our flyweight registry;
    but I also know that STI can be a bit of a smell...
    
    Anyway, now when you call `Marketplace.all` and get *only*
    `Marketplace`s. Maybe someday we'll pull this up in to the `Furniture`
    classes responsibilities so we don't have to do it on every single piece
    of Furniture...
    zspencer committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    d2ae68b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    d28584d View commit details
    Browse the repository at this point in the history