This commit is contained in:
albert
2013-03-17 21:24:37 -04:00
parent 32de7c0fdb
commit bbee928f7e
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
module Admin
class UsersController < ApplicationController
before_filter :admin_only
before_filter :moderator_only
def edit
@user = User.find(params[:id])