sinfin / auctify

Rails engine for auctions of items
MIT License
11 stars 4 forks source link

Add association auction.current_winner #31

Closed foton closed 3 years ago

foton commented 3 years ago

so it can be joined to find auctions in which current user currently wins

luci_auctions = Auctify::Sale::Auction.in_sale.where_current_winner_is(lucifer)