From ff8d9b7e675f0e47b2a53f55b4a62a10e0b7b7c8 Mon Sep 17 00:00:00 2001 From: Pavel Date: Mon, 15 Mar 2010 19:35:44 +0200 Subject: [PATCH] client changes again --- online/app/controllers/user_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/online/app/controllers/user_controller.rb b/online/app/controllers/user_controller.rb index 350a0b4..0224108 100644 --- a/online/app/controllers/user_controller.rb +++ b/online/app/controllers/user_controller.rb @@ -71,7 +71,7 @@ class UserController < ApplicationController def question1 user_has_published_once = false - user_has_published_once = question_processor + user_has_published_once = question_processor 1 if user_has_published_once 1 render :action => "question2" -- 2.11.4.GIT