class EnvironmentNotificationPluginMyprofileController < MyProfileController include NotificationManager before_filter :admin_required protected def target profile end end