Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Explicitly return nil in NullBid methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Harris committed May 9, 2016
1 parent 199ab02 commit 6fc77d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/models/null_bid.rb
@@ -1,7 +1,9 @@
class NullBid
def amount
nil
end

def bidder_id
nil
end
end

0 comments on commit 6fc77d7

Please sign in to comment.