routing fixes

This commit is contained in:
albert
2013-02-17 00:59:19 -05:00
parent 301bbbfde5
commit 74c0cee5ee
5 changed files with 26 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
class JanitorTrialsController < ApplicationController
respond_to :html, :xml, :json
before_filter :moderator_only, :only => [:create, :promote, :demote]
def new
@janitor_trial = JanitorTrial.new