environment_notification_plugin_myprofile_controller.rb 190 Bytes
class EnvironmentNotificationPluginMyprofileController < MyProfileController

  include NotificationManager

  before_filter :admin_required

  protected
  def target
    profile
  end

end