|
|
@ -229,9 +229,11 @@ class BidsController < ApplicationController
|
|
|
|
@bid.commit = 0
|
|
|
|
@bid.commit = 0
|
|
|
|
if @bid.save
|
|
|
|
if @bid.save
|
|
|
|
redirect_to respond_path(@bid)
|
|
|
|
redirect_to respond_path(@bid)
|
|
|
|
end
|
|
|
|
else
|
|
|
|
|
|
|
|
@bid.safe_attributes = params[:bid]
|
|
|
|
render :action => 'new_bid'
|
|
|
|
render :action => 'new_bid'
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
def more
|
|
|
|
def more
|
|
|
|
@jour = @bid.journals_for_messages
|
|
|
|
@jour = @bid.journals_for_messages
|
|
|
|