|
From: | noreply |
Subject: | [myexperiment-hackers] [2138] trunk/app/controllers/runners_controller.rb: fixed error message giving code |
Date: | Thu, 26 Mar 2009 12:05:03 -0400 (EDT) |
fixed error message giving code
--- trunk/app/controllers/runners_controller.rb 2009-03-26 13:51:41 UTC (rev 2137)
+++ trunk/app/controllers/runners_controller.rb 2009-03-26 16:05:03 UTC (rev 2138)
@@ -123,7 +123,7 @@
def error(notice, message, attr=:id)
flash[:error] = notice
- (err = Runner.new.errors).add(attr, message)
+ (err = TavernaEnactor.new.errors).add(attr, message)
respond_to do |format|
format.html { redirect_to runners_url }
[Prev in Thread] | Current Thread | [Next in Thread] |