additional functional tests, some controller fixes

This commit is contained in:
albert
2010-12-01 18:50:04 -05:00
parent 39dd2e277a
commit 976a25a6c6
19 changed files with 185 additions and 27 deletions

View File

@@ -0,0 +1,3 @@
<% if @error %>
alert(<%= escape_javascript(@error.to_s) %>);
<% end %>

View File

@@ -1,3 +0,0 @@
if @error
page.alert(@error.to_s)
end