Closed dcalixto closed 1 year ago
Hi @dcalixto
where did You find anything about post
model?
There is Auctify::Sale::Auction
class, and you can call auction.bid!(bid)
.
See tests
, eg. bidding_test could be helpfull.
Hi @dcalixto where did You find anything about
post
model? There isAuctify::Sale::Auction
class, and you can callauction.bid!(bid)
. Seetests
, eg. bidding_test could be helpfull.
I thought that auction integrate any model, so is it direct?
forget it too complicated to implement this
Hello, i'm still confuse on implement this gem!
has any tutorial or exemple? because for exemple: after post creation how to bid the post and how to list the auctions?