fixes #145: add test function for janitor trials

This commit is contained in:
albert
2011-10-21 17:56:02 -04:00
parent 0eb665af0d
commit 3b1d01370a
6 changed files with 59 additions and 0 deletions

View File

@@ -37,4 +37,8 @@ class JanitorTrialsController < ApplicationController
format.js
end
end
def test
@tester = JanitorTrialTester.new(params[:janitor_trial][:user_name])
end
end