Skip to content

Commit

Permalink
#77
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewMagdy authored and AndrewMagdy committed Apr 9, 2015
1 parent 9ae4a0b commit 6c4229d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/controllers/bids_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ def create
@offer= params[:offer2]
@offer3 = params[:offer3]
if(@offer !=nil)
@bid.offer=@offer
@bid.offer = @offer
else

@bid.offer=@offer3
@bid.offer = @offer3

end
@bid.article_id = @article_id
Expand Down

0 comments on commit 6c4229d

Please sign in to comment.