fix for fronted editing not responding for announcement.

This commit is contained in:
Fu Matthew 2013-01-10 18:17:27 +08:00
parent 08adb887c5
commit b950ad64c0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ class Admin::ModuleAppsController < ApplicationController
before_filter :user_has_sub_manager_privilege?, :only => [ :assign_sub_manager, :remove_sub_manager ]
layout "new_admin"
helper Admin::PagePartsHelper
def index
@module_apps = ModuleApp.all.entries
end