管理员才能查看

This commit is contained in:
lizanle 2015-01-23 11:14:48 +08:00
parent 69ced4b14b
commit df88cb6eba
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# 显示和清理系统日志
class SystemLogController < ApplicationController
before_filter :require_login
before_filter :require_admin
# 默认每页显示20条记录
PER_PAGE = 20
layout "base"