Skip to content

Commit

Permalink
Edited app/controllers/f_controller.rb via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
econglet committed Apr 14, 2011
1 parent de93265 commit 6d1391b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/f_controller.rb
Expand Up @@ -3,7 +3,7 @@ def score_card
@user = User.find_or_create_by_id(params[:participant_id])
@responses = @user.responses

@payment = 30
@payment = 25
render :file => "essays/score_card.html.haml", :layout => false
end

Expand Down

0 comments on commit 6d1391b

Please sign in to comment.